1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-15 19:21:59 +03:00

Document that statement_timeout is not recommended in postgresql.conf

because it affects all sessions, including autovacuum.
This commit is contained in:
Bruce Momjian
2008-03-11 15:39:33 +00:00
parent 899b9c3e04
commit 3d5bc6dc93

View File

@ -1,4 +1,4 @@
<!-- $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 $ -->
<chapter Id="runtime-config">
<title>Server Configuration</title>
@ -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.
</para>
<para>
Setting <varname>statement_timeout</> in
<filename>postgresql.conf</> is not recommended because it
affects all sessions, including autovacuum.
</para>
</listitem>
</varlistentry>