Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite1a1da9

Browse files
committed
minor typo fixes in CSVlog docs, per Michael Glaesemann
1 parentde56b7c commite1a1da9

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/1901:41:23 adunstan Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.139 2007/08/1903: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/1901:41:23 adunstan Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.387 2007/08/1903: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 collectorif running, since otherwise there is no log-file manager
11258+
log collectoris running, since otherwise there is no log-file manager
1125911259
subprocess.
1126011260
</para>
1126111261

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp