]> granicus.if.org Git - postgresql/commitdiff
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 d0e2ef57e68244cf5301562574c7b950e64e13a4..bbe73198262f4f2f3fa9e4f91b5b9961dcda195d 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.75 2007/05/30 19:45:00 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.76 2007/07/18 03:39:01 momjian Exp $ -->
 
 <chapter id="maintenance">
  <title>Routine Database Maintenance Tasks</title>
@@ -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>