mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
minor typo fixes in CSVlog docs, per Michael Glaesemann
This commit is contained in:
@ -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">
|
<chapter Id="runtime-config">
|
||||||
<title>Server Configuration</title>
|
<title>Server Configuration</title>
|
||||||
@ -2295,7 +2295,7 @@ SELECT * FROM parent WHERE key = 2400;
|
|||||||
might not appear in <application>syslog</> output (a common example
|
might not appear in <application>syslog</> output (a common example
|
||||||
is dynamic-linker failure messages).
|
is dynamic-linker failure messages).
|
||||||
This parameter can only be set at server start.
|
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.
|
CSV logs.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -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">
|
<chapter id="functions">
|
||||||
<title>Functions and Operators</title>
|
<title>Functions and Operators</title>
|
||||||
@ -11255,7 +11255,7 @@ SELECT set_config('log_statement_stats', 'off', false);
|
|||||||
<para>
|
<para>
|
||||||
<function>pg_rotate_logfile</> signals the log-file manager to switch
|
<function>pg_rotate_logfile</> signals the log-file manager to switch
|
||||||
to a new output file immediately. This works only when the built-in
|
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.
|
subprocess.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user