|
1 | 1 | <!-- |
2 | | -$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.117 2002/06/1501:29:49 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.118 2002/06/1519: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> |
|