diff options
author | Neil Conway <neilc@samurai.com> | 2004-02-17 05:45:17 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2004-02-17 05:45:17 +0000 |
commit | 11acc1ffd6d46e2e5d84465857dd81bd17d90965 (patch) | |
tree | 3a424a460b5173a2081032851196c817ea122349 | |
parent | 530570c598454bde0e5412d774f848c426a0f6eb (diff) | |
download | postgresql-11acc1ffd6d46e2e5d84465857dd81bd17d90965.tar.gz postgresql-11acc1ffd6d46e2e5d84465857dd81bd17d90965.zip |
Fix a minor SGML markup infelicity in recently-applied log_disconnections
patch.
-rw-r--r-- | doc/src/sgml/runtime.sgml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index e6bc6f7be4f..93b5687373f 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.238 2004/02/17 03:54:56 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.239 2004/02/17 05:45:17 neilc Exp $ --> <Chapter Id="runtime"> @@ -1913,11 +1913,11 @@ SET ENABLE_SEQSCAN TO OFF; <term><varname>log_disconnections</varname> (<type>boolean</type>)</term> <listitem> <para> - 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 <filename>postgresql.conf</filename> - configuration file. + This outputs a line in the server logs similar to + <varname>log_connections</varname> 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 + <filename>postgresql.conf</filename> configuration file. </para> </listitem> </varlistentry> |