projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb34ffc
)
Document that statement_timeout is not recommended in postgresql.conf
author
Bruce Momjian
Tue, 11 Mar 2008 15:39:23 +0000
(15:39 +0000)
committer
Bruce Momjian
Tue, 11 Mar 2008 15:39:23 +0000
(15:39 +0000)
because it affects all sessions, including autovacuum.
doc/src/sgml/config.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/config.sgml
b/doc/src/sgml/config.sgml
index 38f996ec0ba850ea752dcbb04ef78543e6b31ee0..b6a6b832a964feb9ed9c638d2770a329a8b3c08c 100644
(file)
--- a/
doc/src/sgml/config.sgml
+++ b/
doc/src/sgml/config.sgml
@@
-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, including autovacuum.
+