aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2011-03-31 10:19:29 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2011-03-31 10:19:29 +0300
commit647f8b3dbaa68662f54aa762e9467874282c563d (patch)
tree0a4ed635ee7ddec8951196573a4287a27edcaf48
parent1f0bab8494f7734e26b76fe34599c7763c8753a1 (diff)
downloadpostgresql-647f8b3dbaa68662f54aa762e9467874282c563d.tar.gz
postgresql-647f8b3dbaa68662f54aa762e9467874282c563d.zip
Reword the phrase on zero replication_timeout in the docs.
-rw-r--r--doc/src/sgml/config.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 217e4e781de..8a6d7b7c5fd 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -2030,7 +2030,8 @@ SET ENABLE_SEQSCAN TO OFF;
Terminate replication connections that are inactive longer
than the specified number of milliseconds. This is useful for
the primary server to detect a standby crash or network outage.
- A value of zero means wait forever. This parameter can only be set in
+ A value of zero disables the timeout mechanism. This parameter
+ can only be set in
the <filename>postgresql.conf</> file or on the server command line.
The default value is 60 seconds.
</para>