Fix a minor SGML markup infelicity in recently-applied log_disconnections
authorNeil Conway
Tue, 17 Feb 2004 05:45:17 +0000 (05:45 +0000)
committerNeil Conway
Tue, 17 Feb 2004 05:45:17 +0000 (05:45 +0000)
patch.

doc/src/sgml/runtime.sgml

index e6bc6f7be4f12519e32a16e5717b6d142db134da..93b5687373f7d2065edf88d493c599d87e396f1f 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -1913,11 +1913,11 @@ SET ENABLE_SEQSCAN TO OFF;
       log_disconnections (boolean)
       
        
-       This outputs a line in the server logs similar to LOG_CONNECTIONS 
-       but at session termination, and includes the duration of the 
-       session.   This is off by default. This option can only be set at 
-       server start or in the postgresql.conf 
-       configuration file.
+        This outputs a line in the server logs similar to
+        log_connections but at session termination,
+        and includes the duration of the session.  This is off by
+        default. This option can only be set at server start or in the
+        postgresql.conf configuration file.