Commit 82b14b62 authored by Bruce Momjian's avatar Bruce Momjian

Update LOG_PID to mention it doesn't control syslog.

Oliver Elphick
parent 918e864f
<!-- <!--
$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"> <Chapter Id="runtime">
...@@ -921,9 +921,11 @@ env PGOPTIONS='-c geqo=off' psql ...@@ -921,9 +921,11 @@ env PGOPTIONS='-c geqo=off' psql
<term><varname>LOG_PID</varname> (<type>boolean</type>)</term> <term><varname>LOG_PID</varname> (<type>boolean</type>)</term>
<listitem> <listitem>
<para> <para>
Prefixes each server log message with the process ID of the Prefixes each server message in the logfile with the process ID of
backend process. This is useful to sort out which messages the backend process. This is useful to sort out which messages
pertain to which connection. The default is off. pertain to which connection. The default is off. This parameter
does not affect messages logged via syslog(), which always contain
the process ID.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment