summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorNeil Conway2007-10-09 18:14:01 +0000
committerNeil Conway2007-10-09 18:14:01 +0000
commit81f285da7c65c753a8b5c3ff2bd9e0383f0c6251 (patch)
tree9db5a9b24220c33508c251ff446fb0ecc4c093d7 /doc/src
parent20c38514b47e13b5338fc89dcc3c7c222f6f814c (diff)
Replace a reference to "start_log_collector" with "logging_collector",
per Guillaume Lelarge.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/config.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index c146357f891..d9ebb9869f6 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.149 2007/09/27 18:15:36 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.150 2007/10/09 18:14:01 neilc Exp $ -->
<chapter Id="runtime-config">
<title>Server Configuration</title>
@@ -2637,7 +2637,7 @@ SELECT * FROM parent WHERE key = 2400;
The server's standard output and standard error are redirected
to <literal>/dev/null</>, so any messages sent to them will be lost.
Unless <application>syslog</> logging is selected or
- <varname>start_log_collector</> is enabled, using this parameter
+ <varname>logging_collector</> is enabled, using this parameter
is discouraged because it makes it impossible to see error messages.
This parameter can only be set at server start.
</para>