]> granicus.if.org Git - postgresql/commitdiff
Remove SGML tab.
authorBruce Momjian <bruce@momjian.us>
Sat, 3 Jul 2010 22:52:25 +0000 (22:52 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 3 Jul 2010 22:52:25 +0000 (22:52 +0000)
doc/src/sgml/config.sgml

index 86bf6ee91212e5ea25dabd9dafd681cdb31ca698..9631492ea5a0333c2c12657beb09fff9a6b22be2 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.290 2010/07/03 21:23:58 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.291 2010/07/03 22:52:25 momjian Exp $ -->
 
 <chapter Id="runtime-config">
   <title>Server Configuration</title>
@@ -1927,7 +1927,7 @@ SET ENABLE_SEQSCAN TO OFF;
         default is zero transactions, meaning that dead row versions can be
         removed as soon as possible, that is, as soon as they are no longer
         visible to any open transaction.  You may wish to set this to a
-       non-zero value on a primary server that is supporting hot standby
+        non-zero value on a primary server that is supporting hot standby
         servers, as described in <xref linkend="hot-standby">.  This allows
         more time for queries on the standby to complete without incurring
         conflicts due to early cleanup of rows.  However, since the value