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 1
1
<!--
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 $
3
3
-->
4
4
5
5
<Chapter Id="runtime">
@@ -921,9 +921,11 @@ env PGOPTIONS='-c geqo=off' psql
921
921
<term><varname>LOG_PID</varname> (<type>boolean</type>)</term>
922
922
<listitem>
923
923
<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.
927
929
</para>
928
930
</listitem>
929
931
</varlistentry>
You can’t perform that action at this time.
0 commit comments