Add to documentation:
authorBruce Momjian
Tue, 11 Mar 2008 16:59:00 +0000 (16:59 +0000)
committerBruce Momjian
Tue, 11 Mar 2008 16:59:00 +0000 (16:59 +0000)
+         Setting statement_timeout in
+         postgresql.conf is not recommended because it
+         affects all sessions.

Backpatch to 8.3.X.

doc/src/sgml/config.sgml

index 314e01053bed43fb31887ea6563fb4c642558bc0..4f6d0c709c981929f0d37057a54afe88d42dab95 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
 
   Server Configuration
@@ -3877,6 +3877,12 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
         logged.  A value of zero (the default) turns off the 
         limitation.
        
+
+       
+        Setting statement_timeout in
+        postgresql.conf is not recommended because it
+        affects all sessions.
+