Update LOG_PID to mention it doesn't control syslog.
authorBruce Momjian <bruce@momjian.us>
Sat, 15 Jun 2002 19:58:53 +0000 (19:58 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 15 Jun 2002 19:58:53 +0000 (19:58 +0000)
Oliver Elphick

doc/src/sgml/runtime.sgml

index f0a7fe6ab5c535f567cc27e6548d2071fb996682..3208620d17825957a5ea1dfa9e5579b68ed579b4 100644 (file)
@@ -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>