We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04d9f4d commit 7bfc0e5Copy full SHA for 7bfc0e5
doc/src/sgml/high-availability.sgml
@@ -1,4 +1,4 @@
1
-<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.75 2010/06/24 19:50:25 rhaas Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.76 2010/06/28 12:30:32 momjian Exp $ -->
2
3
<chapter id="high-availability">
4
<title>High Availability, Load Balancing, and Replication</title>
@@ -1488,7 +1488,7 @@ if (!triggered)
1488
</para>
1489
1490
<para>
1491
- Cancelled queries may be retried immediately (after beginning a new
+ Cancelled queries may be retried immediately (after beginning a new
1492
transaction, of course). Since query cancellation depends on
1493
the nature of the WAL records being replayed, a query that was
1494
cancelled may succeed if it is executed again.
0 commit comments