File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments