Document that 'deleted' is also tracked by autovacuum.
authorBruce Momjian <bruce@momjian.us>
Wed, 18 Jul 2007 03:39:01 +0000 (03:39 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 18 Jul 2007 03:39:01 +0000 (03:39 +0000)
doc/src/sgml/maintenance.sgml

index eb7638ad289469ee843e390cdb5e6f27a2b2e4ea..6b38da6879dd80148c5d73e661e6db0a5985f386 100644 (file)
@@ -533,7 +533,7 @@ vacuum threshold = vacuum base threshold + vacuum scale factor * number of tuple
 <programlisting>
 analyze threshold = analyze base threshold + analyze scale factor * number of tuples
 </programlisting>
-    is compared to the total number of tuples inserted, updated, or deleted
+    is compared to the total number of tuples inserted or updated
     since the last <command>ANALYZE</command>.
    </para>