Add to documentation:
authorBruce Momjian
Tue, 11 Mar 2008 16:59:09 +0000 (16:59 +0000)
committerBruce Momjian
Tue, 11 Mar 2008 16:59:09 +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 d62da5ba4103847466d5e7362f339553c1f48138..fa512d8690753586374cdfb95d2f27fca07382d6 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.
+