diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 7b56e19257..da6d6a5fba 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -1988,7 +1988,7 @@ SET ENABLE_SEQSCAN TO OFF; Causes the duration of every completed statement to be logged. To use this option, it is recommended that you also enable log_statement and if not using syslog - log the PID using log_line_prefix so that you + log the PID using log_line_prefix so that you can link the statement to the duration using the process ID. The default is off. Only superusers can turn off this option if it is enabled by the administrator. @@ -2000,7 +2000,7 @@ SET ENABLE_SEQSCAN TO OFF; log_line_prefix (string) - This is a printf-style string that is output at the + This is a printf-style string that is output at the beginning of each log line. The default is an empty string. Each recognized escape is replaced as outlined below - anything else that looks like an escape is ignored. Other @@ -2010,7 +2010,7 @@ SET ENABLE_SEQSCAN TO OFF; timestamp and process ID information, so you probably do not want to use those escapes if you are using syslog. This option can only be set at server start or in the - postgresql.conf configuration file. + postgresql.conf configuration file. @@ -2063,7 +2063,7 @@ SET ENABLE_SEQSCAN TO OFF; %l - Number of the log line for each process, + Number of the log line for each process, starting at 1 No @@ -2081,7 +2081,7 @@ SET ENABLE_SEQSCAN TO OFF; %% - literal % + Literal % No