projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f0bab8
)
Reword the phrase on zero replication_timeout in the docs.
author
Heikki Linnakangas
<
[email protected]
>
Thu, 31 Mar 2011 07:19:29 +0000
(10:19 +0300)
committer
Heikki Linnakangas
<
[email protected]
>
Thu, 31 Mar 2011 07:19:29 +0000
(10:19 +0300)
doc/src/sgml/config.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/config.sgml
b/doc/src/sgml/config.sgml
index 217e4e781deea025e9335e597dd8d57da2b13e7d..8a6d7b7c5fdbf430c64d7d0f90ee65e8b337f6b6 100644
(file)
--- 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>