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

Appearance settings

Commit e1a1da9

Browse filesBrowse files
committed
minor typo fixes in CSVlog docs, per Michael Glaesemann
1 parent de56b7c commit e1a1da9
Copy full SHA for e1a1da9

File tree

Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed

‎doc/src/sgml/config.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/config.sgml
+2-2Lines 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

Copy file name to clipboardExpand all lines: doc/src/sgml/func.sgml
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.