Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 899b9c3 commit 3d5bc6dCopy full SHA for 3d5bc6d
doc/src/sgml/config.sgml
@@ -1,4 +1,4 @@
1
-<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.164.2.1 2008/03/05 17:00:40 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.164.2.2 2008/03/11 15:39:33 momjian Exp $ -->
2
3
<chapter Id="runtime-config">
4
<title>Server Configuration</title>
@@ -3877,6 +3877,12 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
3877
logged. A value of zero (the default) turns off the
3878
limitation.
3879
</para>
3880
+
3881
+ <para>
3882
+ Setting <varname>statement_timeout</> in
3883
+ <filename>postgresql.conf</> is not recommended because it
3884
+ affects all sessions, including autovacuum.
3885
+ </para>
3886
</listitem>
3887
</varlistentry>
3888
0 commit comments