aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-06-15 19:58:53 +0000
committerBruce Momjian <bruce@momjian.us>2002-06-15 19:58:53 +0000
commit82b14b62ca1bd4fcc80b54b269c63475a1560339 (patch)
tree633c4cdee8b90ad835b26192768a95f65dce0874
parent918e864f145583a314b0a5c3674290fcd46ea3f9 (diff)
downloadpostgresql-82b14b62ca1bd4fcc80b54b269c63475a1560339.tar.gz
postgresql-82b14b62ca1bd4fcc80b54b269c63475a1560339.zip
Update LOG_PID to mention it doesn't control syslog.
Oliver Elphick
-rw-r--r--doc/src/sgml/runtime.sgml10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml
index 5f5b816967c..057a45b856a 100644
--- a/doc/src/sgml/runtime.sgml
+++ b/doc/src/sgml/runtime.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.117 2002/06/15 01:29:49 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.118 2002/06/15 19:58:53 momjian Exp $
-->
<Chapter Id="runtime">
@@ -921,9 +921,11 @@ env PGOPTIONS='-c geqo=off' psql
<term><varname>LOG_PID</varname> (<type>boolean</type>)</term>
<listitem>
<para>
- Prefixes each server log message with the process ID of the
- backend process. This is useful to sort out which messages
- pertain to which connection. The default is off.
+ Prefixes each server message in the logfile with the process ID of
+ the backend process. This is useful to sort out which messages
+ pertain to which connection. The default is off. This parameter
+ does not affect messages logged via syslog(), which always contain
+ the process ID.
</para>
</listitem>
</varlistentry>