Document that log_autovacuum_min_duration can be used to monitor
authorBruce Momjian
Thu, 30 Aug 2012 18:44:36 +0000 (14:44 -0400)
committerBruce Momjian
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".
     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 VACUUM and/or ANALYZE as needed.
+    execute VACUUM and/or ANALYZE as needed. 
+    log_autovacuum_min_duration can be used to monitor
+    autovacuum activity.