File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Original file line number Diff line number Diff line change 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 $ -->
2
2
3
3
<chapter Id="runtime-config">
4
4
<title>Server Configuration</title>
@@ -2295,7 +2295,7 @@ SELECT * FROM parent WHERE key = 2400;
2295
2295
might not appear in <application>syslog</> output (a common example
2296
2296
is dynamic-linker failure messages).
2297
2297
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
2299
2299
CSV logs.
2300
2300
</para>
2301
2301
</listitem>
Original file line number Diff line number Diff line change 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 $ -->
2
2
3
3
<chapter id="functions">
4
4
<title>Functions and Operators</title>
@@ -11255,7 +11255,7 @@ SELECT set_config('log_statement_stats', 'off', false);
11255
11255
<para>
11256
11256
<function>pg_rotate_logfile</> signals the log-file manager to switch
11257
11257
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
11259
11259
subprocess.
11260
11260
</para>
11261
11261
You can’t perform that action at this time.
0 commit comments