]> granicus.if.org Git - postgresql/commitdiff
Document that log_autovacuum_min_duration can be used to monitor
authorBruce Momjian <bruce@momjian.us>
Thu, 30 Aug 2012 18:44:36 +0000 (14:44 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 30 Aug 2012 18:44:46 +0000 (14:44 -0400)
autovacuum activity.

Per report from Marc Mamin

doc/src/sgml/maintenance.sgml

index fb705b2cbb6d690aa7d3e002685a3e3b2df07296..ab01da166ac2064bf2dcca75c9fc56d55cbb7193 100644 (file)
@@ -632,7 +632,9 @@ HINT:  Stop the postmaster and use a standalone backend to VACUUM in "mydb".
     <varname>autovacuum_max_workers</> databases to be processed,
     the next database will be processed as soon as the first worker finishes.
     Each worker process will check each table within its database and
-    execute <command>VACUUM</> and/or <command>ANALYZE</> as needed.
+    execute <command>VACUUM</> and/or <command>ANALYZE</> as needed. 
+    <varname>log_autovacuum_min_duration</varname> can be used to monitor
+    autovacuum activity.
    </para>
 
    <para>