From 103d89016392ba099dd162c1af8a71bbd7d0c8d9 Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Tue, 9 Oct 2007 18:14:01 +0000 Subject: [PATCH] Replace a reference to "start_log_collector" with "logging_collector", per Guillaume Lelarge. --- doc/src/sgml/config.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index c843f69f6b..563d5e131c 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -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. -- 2.39.5