Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cb0defe

Browse files
committed
Correct description of log_connections and log_disconnections
The previous claim when these parameters could be changed was incorrect. Fujii Masao
1 parent d68714b commit cb0defe

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/src/sgml/config.sgml

+3-4
Original file line numberDiff line numberDiff line change
@@ -3527,8 +3527,8 @@ local0.* /var/log/postgresql
35273527
<para>
35283528
Causes each attempted connection to the server to be logged,
35293529
as well as successful completion of client authentication.
3530-
This parameter can only be set in the <filename>postgresql.conf</>
3531-
file or on the server command line. The default is off.
3530+
This parameter cannot be changed after session start.
3531+
The default is off.
35323532
</para>
35333533

35343534
<note>
@@ -3553,8 +3553,7 @@ local0.* /var/log/postgresql
35533553
<varname>log_connections</varname> but at session termination,
35543554
and includes the duration of the session. This is off by
35553555
default.
3556-
This parameter can only be set in the <filename>postgresql.conf</>
3557-
file or on the server command line.
3556+
This parameter cannot be changed after session start.
35583557
</para>
35593558
</listitem>
35603559
</varlistentry>

0 commit comments

Comments
 (0)