diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2011-05-29 21:59:10 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2011-05-29 21:59:10 +0300 |
commit | cb0defe5230f3773feb334a01b990c9eaaca301b (patch) | |
tree | 55bfc0f15b1b4f8368c39f07d0a1620c9c5c6074 | |
parent | d68714b29c42d10437b56372d6b0a1dda1e7d7f5 (diff) | |
download | postgresql-cb0defe5230f3773feb334a01b990c9eaaca301b.tar.gz postgresql-cb0defe5230f3773feb334a01b990c9eaaca301b.zip |
Correct description of log_connections and log_disconnections
The previous claim when these parameters could be changed was
incorrect.
Fujii Masao
-rw-r--r-- | doc/src/sgml/config.sgml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index e367c29bd5a..39819695d17 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -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> |