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.