Commit cb0defe5 authored by Peter Eisentraut's avatar Peter Eisentraut

Correct description of log_connections and log_disconnections

The previous claim when these parameters could be changed was
incorrect.

Fujii Masao
parent d68714b2
......@@ -3527,8 +3527,8 @@ local0.* /var/log/postgresql
<para>
Causes each attempted connection to the server to be logged,
as well as successful completion of client authentication.
This parameter can only be set in the <filename>postgresql.conf</>
file or on the server command line. The default is off.
This parameter cannot be changed after session start.
The default is off.
</para>
<note>
......@@ -3553,8 +3553,7 @@ local0.* /var/log/postgresql
<varname>log_connections</varname> but at session termination,
and includes the duration of the session. This is off by
default.
This parameter can only be set in the <filename>postgresql.conf</>
file or on the server command line.
This parameter cannot be changed after session start.
</para>
</listitem>
</varlistentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment