|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.170 2008/03/10 12:55:13 mha Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.171 2008/03/11 15:39:23 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter Id="runtime-config"> |
4 | 4 | <title>Server Configuration</title> |
@@ -3877,6 +3877,12 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; |
3877 | 3877 | logged. A value of zero (the default) turns off the |
3878 | 3878 | limitation. |
3879 | 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> |
3880 | 3886 | </listitem> |
3881 | 3887 | </varlistentry> |
3882 | 3888 |
|
|