From: Bruce Momjian Date: Sat, 15 Jun 2002 19:58:53 +0000 (+0000) Subject: Update LOG_PID to mention it doesn't control syslog. X-Git-Tag: REL7_3~1369 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82b14b62ca1bd4fcc80b54b269c63475a1560339;p=postgresql Update LOG_PID to mention it doesn't control syslog. Oliver Elphick --- diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 5f5b816967..057a45b856 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -921,9 +921,11 @@ env PGOPTIONS='-c geqo=off' psql LOG_PID (boolean) - Prefixes each server log message with the process ID of the - backend process. This is useful to sort out which messages - pertain to which connection. The default is off. + Prefixes each server message in the logfile with the process ID of + the backend process. This is useful to sort out which messages + pertain to which connection. The default is off. This parameter + does not affect messages logged via syslog(), which always contain + the process ID.