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
d6bc5944
Commit
d6bc5944
authored
Mar 24, 2004
by
Neil Conway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a minor typo in the log_line_prefix docs and make a couple other
tiny improvements.
parent
6daf3968
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
doc/src/sgml/runtime.sgml
doc/src/sgml/runtime.sgml
+6
-6
No files found.
doc/src/sgml/runtime.sgml
View file @
d6bc5944
<!--
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.25
2 2004/03/23 01:23:48 tgl
Exp $
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.25
3 2004/03/24 03:48:41 neilc
Exp $
-->
<Chapter Id="runtime">
...
...
@@ -1988,7 +1988,7 @@ SET ENABLE_SEQSCAN TO OFF;
Causes the duration of every completed statement to be logged.
To use this option, it is recommended that you also enable
<varname>log_statement</> and if not using <application>syslog</>
log the PID using <varname>log_line_prefix</> so that you
log the PID using <varname>log_line_prefix</> so that you
can link the statement to the duration using the process
ID. The default is off. Only superusers can turn off this
option if it is enabled by the administrator.
...
...
@@ -2000,7 +2000,7 @@ SET ENABLE_SEQSCAN TO OFF;
<term><varname>log_line_prefix</varname> (<type>string</type>)</term>
<listitem>
<para>
This is a <
literal
>printf</>-style string that is output at the
This is a <
function
>printf</>-style string that is output at the
beginning of each log line. The default is an empty string.
Each recognized escape is replaced as outlined
below - anything else that looks like an escape is ignored. Other
...
...
@@ -2010,7 +2010,7 @@ SET ENABLE_SEQSCAN TO OFF;
timestamp and process ID information, so you probably do not want to
use those escapes if you are using <application>syslog</>.
This option can only be set at server start or in the
<filename>postgresql.conf</filename> configuration file.
<filename>postgresql.conf</filename> configuration file.
<informaltable>
<tgroup cols="3">
<thead>
...
...
@@ -2063,7 +2063,7 @@ SET ENABLE_SEQSCAN TO OFF;
</row>
<row>
<entry><literal>%l</literal></entry>
<entry>Number of the log line for each process,
<entry>Number of the log line for each process,
starting at 1</entry>
<entry>No</entry>
</row>
...
...
@@ -2081,7 +2081,7 @@ SET ENABLE_SEQSCAN TO OFF;
</row>
<row>
<entry><literal>%%</literal></entry>
<entry>
l
iteral <literal>%</></entry>
<entry>
L
iteral <literal>%</></entry>
<entry>No</entry>
</row>
</tbody>
...
...
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