Correct description of log_connections and log_disconnections
authorPeter Eisentraut
Sun, 29 May 2011 18:59:10 +0000 (21:59 +0300)
committerPeter Eisentraut
Sun, 29 May 2011 18:59:10 +0000 (21:59 +0300)
The previous claim when these parameters could be changed was
incorrect.

Fujii Masao

doc/src/sgml/config.sgml

index e367c29bd5ac346afb36d9b67391909f79fbb6c4..39819695d17e812d2ea5fffcadf1a7c6d76801b9 100644 (file)
@@ -3527,8 +3527,8 @@ local0.*    /var/log/postgresql
        
         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 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.
        
 
        
@@ -3553,8 +3553,7 @@ local0.*    /var/log/postgresql
         log_connections but at session termination,
         and includes the duration of the session.  This is off by
         default.
-        This parameter can only be set in the postgresql.conf
-        file or on the server command line.
+        This parameter cannot be changed after session start.