aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2007-08-19 03:23:30 +0000
committerAndrew Dunstan <andrew@dunslane.net>2007-08-19 03:23:30 +0000
commite1a1da9f4b869b77ea304a939adba6b2d2058014 (patch)
treed1952637600e28858efdf1bc64d3f3f9501bec69
parentde56b7cbdf048694d842eadeb9f2c0483a942cf5 (diff)
downloadpostgresql-e1a1da9f4b869b77ea304a939adba6b2d2058014.tar.gz
postgresql-e1a1da9f4b869b77ea304a939adba6b2d2058014.zip
minor typo fixes in CSVlog docs, per Michael Glaesemann
-rw-r--r--doc/src/sgml/config.sgml4
-rw-r--r--doc/src/sgml/func.sgml4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 1f0e2005c0f..d063f6fb8aa 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.138 2007/08/19 01:41:23 adunstan Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.139 2007/08/19 03:23:30 adunstan Exp $ -->
<chapter Id="runtime-config">
<title>Server Configuration</title>
@@ -2295,7 +2295,7 @@ SELECT * FROM parent WHERE key = 2400;
might not appear in <application>syslog</> output (a common example
is dynamic-linker failure messages).
This parameter can only be set at server start.
- <varname>start_log_collector</varname> must be enabled to generate
+ <varname>logging_collector</varname> must be enabled to generate
CSV logs.
</para>
</listitem>
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 97b7160113e..2bb1ff1d757 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.386 2007/08/19 01:41:23 adunstan Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.387 2007/08/19 03:23:30 adunstan Exp $ -->
<chapter id="functions">
<title>Functions and Operators</title>
@@ -11255,7 +11255,7 @@ SELECT set_config('log_statement_stats', 'off', false);
<para>
<function>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.
</para>