From 9492b7eb0d5b6ab255b9ff9775f1b7eb1d6c6db5 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Sun, 19 Aug 2007 03:23:30 +0000 Subject: [PATCH] minor typo fixes in CSVlog docs, per Michael Glaesemann --- doc/src/sgml/config.sgml | 2 +- doc/src/sgml/func.sgml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 1a88377093..9719d4d579 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -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 a661dc7017..6157d24156 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -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. -- 2.39.5