|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.238 2004/02/1703:54:56 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.239 2004/02/1705:45:17 neilc Exp $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <Chapter Id="runtime"> |
@@ -1913,11 +1913,11 @@ SET ENABLE_SEQSCAN TO OFF; |
1913 | 1913 | <term><varname>log_disconnections</varname> (<type>boolean</type>)</term> |
1914 | 1914 | <listitem> |
1915 | 1915 | <para> |
1916 | | - This outputs a line in the server logs similar to LOG_CONNECTIONS |
1917 | | - but at session termination, and includes the duration of the |
1918 | | -session. This is off by default.Thisoption can only be set at |
1919 | | - server start or in the <filename>postgresql.conf</filename> |
1920 | | - configuration file. |
| 1916 | +This outputs a line in the server logs similar to |
| 1917 | + <varname>log_connections</varname>but at session termination, |
| 1918 | + and includes the duration of the session.Thisis off by |
| 1919 | + default. This option can only be set atserver start or in the |
| 1920 | + <filename>postgresql.conf</filename>configuration file. |
1921 | 1921 | </para> |
1922 | 1922 | </listitem> |
1923 | 1923 | </varlistentry> |
|