Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
e1a1da9f
Commit
e1a1da9f
authored
Aug 19, 2007
by
Andrew Dunstan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor typo fixes in CSVlog docs, per Michael Glaesemann
parent
de56b7cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
doc/src/sgml/config.sgml
doc/src/sgml/config.sgml
+2
-2
doc/src/sgml/func.sgml
doc/src/sgml/func.sgml
+2
-2
No files found.
doc/src/sgml/config.sgml
View file @
e1a1da9f
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.13
8 2007/08/19 01:41:23
adunstan Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.13
9 2007/08/19 03:23:30
adunstan Exp $ -->
<chapter Id="runtime-config">
<title>Server Configuration</title>
...
...
@@ -2295,7 +2295,7 @@ SELECT * FROM parent WHERE key = 2400;
might not appear in <application>syslog</> output (a common example
is dynamic-linker failure messages).
This parameter can only be set at server start.
<varname>
start_lo
g_collector</varname> must be enabled to generate
<varname>
loggin
g_collector</varname> must be enabled to generate
CSV logs.
</para>
</listitem>
...
...
doc/src/sgml/func.sgml
View file @
e1a1da9f
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.38
6 2007/08/19 01:41:23
adunstan Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.38
7 2007/08/19 03:23:30
adunstan Exp $ -->
<chapter
id=
"functions"
>
<title>
Functions and Operators
</title>
...
...
@@ -11255,7 +11255,7 @@ SELECT set_config('log_statement_stats', 'off', false);
<para>
<function>
pg_rotate_logfile
</>
signals the log-file manager to switch
to a new output file immediately. This works only when the built-in
log collector i
f
running, since otherwise there is no log-file manager
log collector i
s
running, since otherwise there is no log-file manager
subprocess.
</para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment