diff options
-rw-r--r-- | doc/src/sgml/config.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 86bf6ee9121..9631492ea5a 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -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 |