From: Heikki Linnakangas Date: Thu, 31 Mar 2011 07:19:29 +0000 (+0300) Subject: Reword the phrase on zero replication_timeout in the docs. X-Git-Tag: REL9_1_BETA1~182 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=647f8b3dbaa68662f54aa762e9467874282c563d;p=postgresql Reword the phrase on zero replication_timeout in the docs. --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 217e4e781d..8a6d7b7c5f 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 postgresql.conf file or on the server command line. The default value is 60 seconds.