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.