From: Andrew Dunstan Date: Sun, 19 Aug 2007 03:23:30 +0000 (+0000) Subject: minor typo fixes in CSVlog docs, per Michael Glaesemann X-Git-Tag: REL8_3_BETA1~335 X-Git-Url: http://git.postgresql.org/gitweb/static/close/reject?a=commitdiff_plain;h=e1a1da9f4b869b77ea304a939adba6b2d2058014;p=users%2Fheikki%2Fpostgres.git minor typo fixes in CSVlog docs, per Michael Glaesemann --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 1f0e2005c0..d063f6fb8a 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ - + Server Configuration @@ -2295,7 +2295,7 @@ SELECT * FROM parent WHERE key = 2400; might not appear in syslog output (a common example is dynamic-linker failure messages). This parameter can only be set at server start. - start_log_collector must be enabled to generate + logging_collector must be enabled to generate CSV logs. diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 97b7160113..2bb1ff1d75 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -11255,7 +11255,7 @@ SELECT set_config('log_statement_stats', 'off', false); pg_rotate_logfile signals the log-file manager to switch to a new output file immediately. This works only when the built-in - log collector if running, since otherwise there is no log-file manager + log collector is running, since otherwise there is no log-file manager subprocess.