From: Neil Conway Date: Tue, 9 Oct 2007 18:14:01 +0000 (+0000) Subject: Replace a reference to "start_log_collector" with "logging_collector", X-Git-Tag: REL8_3_BETA2~109 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=81f285da7c65c753a8b5c3ff2bd9e0383f0c6251;p=thirdparty%2Fpostgresql.git Replace a reference to "start_log_collector" with "logging_collector", per Guillaume Lelarge. --- 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 @@ - + 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.