Skip to content
Snippets Groups Projects
Commit 11acc1ff authored by Neil Conway's avatar Neil Conway
Browse files

Fix a minor SGML markup infelicity in recently-applied log_disconnections

patch.
parent 530570c5
No related branches found
No related tags found
No related merge requests found
<!-- <!--
$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"> <Chapter Id="runtime">
...@@ -1913,11 +1913,11 @@ SET ENABLE_SEQSCAN TO OFF; ...@@ -1913,11 +1913,11 @@ SET ENABLE_SEQSCAN TO OFF;
<term><varname>log_disconnections</varname> (<type>boolean</type>)</term> <term><varname>log_disconnections</varname> (<type>boolean</type>)</term>
<listitem> <listitem>
<para> <para>
This outputs a line in the server logs similar to LOG_CONNECTIONS This outputs a line in the server logs similar to
but at session termination, and includes the duration of the <varname>log_connections</varname> but at session termination,
session. This is off by default. This option can only be set at and includes the duration of the session. This is off by
server start or in the <filename>postgresql.conf</filename> default. This option can only be set at server start or in the
configuration file. <filename>postgresql.conf</filename> configuration file.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment