From 9822c73a9d8e568efd0be70415d56a0adb144e8d Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 23 Sep 2005 02:06:58 +0000 Subject: [PATCH] Mention that autovacuum also needs stats. --- doc/src/sgml/config.sgml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 6e9cc4817d..504568ae63 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,5 +1,5 @@ Run-time Configuration @@ -2920,6 +2920,8 @@ SELECT * FROM parent WHERE key = 2400; Controls whether the server should start the autovacuum subprocess. This is off by default. + stats_start_collector and stats_row_level + must also be on for this to start. This option can only be set at server start or in the postgresql.conf file.