We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentd68714b commitcb0defeCopy full SHA for cb0defe
doc/src/sgml/config.sgml
@@ -3527,8 +3527,8 @@ local0.* /var/log/postgresql
3527
<para>
3528
Causes each attempted connection to the server to be logged,
3529
as well as successful completion of client authentication.
3530
- This parametercan onlybeset in the <filename>postgresql.conf</>
3531
-file or on the server command line.The default is off.
+ This parametercannotbechanged after session start.
+ The default is off.
3532
</para>
3533
3534
<note>
@@ -3553,8 +3553,7 @@ local0.* /var/log/postgresql
3553
<varname>log_connections</varname> but at session termination,
3554
and includes the duration of the session. This is off by
3555
default.
3556
- This parameter can only be set in the <filename>postgresql.conf</>
3557
- file or on the server command line.
+ This parameter cannot be changed after session start.
3558
3559
</listitem>
3560
</varlistentry>