Skip to content

Commit 82b14b6

Browse files
committed
Update LOG_PID to mention it doesn't control syslog.
Oliver Elphick
1 parent 918e864 commit 82b14b6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/src/sgml/runtime.sgml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.117 2002/06/15 01:29:49 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.118 2002/06/15 19:58:53 momjian Exp $
33
-->
44

55
<Chapter Id="runtime">
@@ -921,9 +921,11 @@ env PGOPTIONS='-c geqo=off' psql
921921
<term><varname>LOG_PID</varname> (<type>boolean</type>)</term>
922922
<listitem>
923923
<para>
924-
Prefixes each server log message with the process ID of the
925-
backend process. This is useful to sort out which messages
926-
pertain to which connection. The default is off.
924+
Prefixes each server message in the logfile with the process ID of
925+
the backend process. This is useful to sort out which messages
926+
pertain to which connection. The default is off. This parameter
927+
does not affect messages logged via syslog(), which always contain
928+
the process ID.
927929
</para>
928930
</listitem>
929931
</varlistentry>

0 commit comments

Comments
 (0)