projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b633f2b
)
Add to documentation:
author
Bruce Momjian
Tue, 11 Mar 2008 16:59:00 +0000
(16:59 +0000)
committer
Bruce 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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/config.sgml
b/doc/src/sgml/config.sgml
index 314e01053bed43fb31887ea6563fb4c642558bc0..4f6d0c709c981929f0d37057a54afe88d42dab95 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.
+