From 82b14b62ca1bd4fcc80b54b269c63475a1560339 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 15 Jun 2002 19:58:53 +0000 Subject: [PATCH] Update LOG_PID to mention it doesn't control syslog. Oliver Elphick --- doc/src/sgml/runtime.sgml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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.