Skip to content

Commit e1a1da9

Browse files
committed
minor typo fixes in CSVlog docs, per Michael Glaesemann
1 parent de56b7c commit e1a1da9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/src/sgml/config.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.138 2007/08/19 01:41:23 adunstan Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.139 2007/08/19 03:23:30 adunstan Exp $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -2295,7 +2295,7 @@ SELECT * FROM parent WHERE key = 2400;
22952295
might not appear in <application>syslog</> output (a common example
22962296
is dynamic-linker failure messages).
22972297
This parameter can only be set at server start.
2298-
<varname>start_log_collector</varname> must be enabled to generate
2298+
<varname>logging_collector</varname> must be enabled to generate
22992299
CSV logs.
23002300
</para>
23012301
</listitem>

doc/src/sgml/func.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.386 2007/08/19 01:41:23 adunstan Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.387 2007/08/19 03:23:30 adunstan Exp $ -->
22

33
<chapter id="functions">
44
<title>Functions and Operators</title>
@@ -11255,7 +11255,7 @@ SELECT set_config('log_statement_stats', 'off', false);
1125511255
<para>
1125611256
<function>pg_rotate_logfile</> signals the log-file manager to switch
1125711257
to a new output file immediately. This works only when the built-in
11258-
log collector if running, since otherwise there is no log-file manager
11258+
log collector is running, since otherwise there is no log-file manager
1125911259
subprocess.
1126011260
</para>
1126111261

0 commit comments

Comments
 (0)