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

doc/src/sgml/config.sgml

index c146357f891f87a49e89ec8e8c3f8a05c9b53092..d9ebb9869f64d2164cb5e0991123d9683fcf4632 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
   Server Configuration
@@ -2637,7 +2637,7 @@ SELECT * FROM parent WHERE key = 2400;
         The server's standard output and standard error are redirected
         to /dev/null, so any messages sent to them will be lost.
         Unless syslog logging is selected or
-        start_log_collector is enabled, using this parameter
+        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.