aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2010-06-28 12:30:32 +0000
committerBruce Momjian <bruce@momjian.us>2010-06-28 12:30:32 +0000
commit7bfc0e5e79f2ab280b58f1f53e5115e70548f6fc (patch)
treea8a3824a759af860f8b0bcc8d0893c8ce9e6cf29
parent04d9f4dab4723a0736157542b1d1a24ad2b8aa1d (diff)
downloadpostgresql-7bfc0e5e79f2ab280b58f1f53e5115e70548f6fc.tar.gz
postgresql-7bfc0e5e79f2ab280b58f1f53e5115e70548f6fc.zip
Remove tab from SGML.
-rw-r--r--doc/src/sgml/high-availability.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml
index cc0c2b560ed..b87c8815511 100644
--- a/doc/src/sgml/high-availability.sgml
+++ b/doc/src/sgml/high-availability.sgml
@@ -1,4 +1,4 @@
-<!-- $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 $ -->
<chapter id="high-availability">
<title>High Availability, Load Balancing, and Replication</title>
@@ -1488,7 +1488,7 @@ if (!triggered)
</para>
<para>
- Cancelled queries may be retried immediately (after beginning a new
+ Cancelled queries may be retried immediately (after beginning a new
transaction, of course). Since query cancellation depends on
the nature of the WAL records being replayed, a query that was
cancelled may succeed if it is executed again.