From 6689ce3e6aba88682b9e7e276daa3c4c58e7df24 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 13 Sep 2009 19:52:29 +0000 Subject: [PATCH] Document that autovacuum_max_workers can only be set at server start per Joshua Tolley --- doc/src/sgml/config.sgml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index f995b655b6..fa2a12feab 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ - + Server Configuration @@ -3616,8 +3616,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) which may be running at any one time. The default - is three. This parameter can only be set in - the postgresql.conf file or on the server command line. + is three. This parameter can only be set at server start.