From 75c711261bd7824c75bdfdaade80c2bb49fbbe94 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index f3c9b0bb97..791f5d0bd0 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -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. -- 2.39.5