mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
Correct description of log_connections and log_disconnections
The previous claim when these parameters could be changed was incorrect. Fujii Masao
This commit is contained in:
parent
d68714b29c
commit
cb0defe523
@ -3527,8 +3527,8 @@ local0.* /var/log/postgresql
|
|||||||
<para>
|
<para>
|
||||||
Causes each attempted connection to the server to be logged,
|
Causes each attempted connection to the server to be logged,
|
||||||
as well as successful completion of client authentication.
|
as well as successful completion of client authentication.
|
||||||
This parameter can only be set in the <filename>postgresql.conf</>
|
This parameter cannot be changed after session start.
|
||||||
file or on the server command line. The default is off.
|
The default is off.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
@ -3553,8 +3553,7 @@ local0.* /var/log/postgresql
|
|||||||
<varname>log_connections</varname> but at session termination,
|
<varname>log_connections</varname> but at session termination,
|
||||||
and includes the duration of the session. This is off by
|
and includes the duration of the session. This is off by
|
||||||
default.
|
default.
|
||||||
This parameter can only be set in the <filename>postgresql.conf</>
|
This parameter cannot be changed after session start.
|
||||||
file or on the server command line.
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user