OSDN Git Service

Replace a reference to "start_log_collector" with "logging_collector",
authorNeil Conway <neilc@samurai.com>
Tue, 9 Oct 2007 18:14:01 +0000 (18:14 +0000)
committerNeil Conway <neilc@samurai.com>
Tue, 9 Oct 2007 18:14:01 +0000 (18:14 +0000)
per Guillaume Lelarge.

doc/src/sgml/config.sgml

index c146357..d9ebb98 100644 (file)
@@ -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>