From: Neil Conway Date: Tue, 17 Feb 2004 05:45:17 +0000 (+0000) Subject: Fix a minor SGML markup infelicity in recently-applied log_disconnections X-Git-Tag: REL8_0_0BETA1~1152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11acc1ffd6d46e2e5d84465857dd81bd17d90965;p=postgresql Fix a minor SGML markup infelicity in recently-applied log_disconnections patch. --- diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index e6bc6f7be4..93b5687373 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -1913,11 +1913,11 @@ SET ENABLE_SEQSCAN TO OFF; log_disconnections (boolean) - This outputs a line in the server logs similar to LOG_CONNECTIONS - but at session termination, and includes the duration of the - session. This is off by default. This option can only be set at - server start or in the postgresql.conf - configuration file. + This outputs a line in the server logs similar to + log_connections but at session termination, + and includes the duration of the session. This is off by + default. This option can only be set at server start or in the + postgresql.conf configuration file.