OSDN Git Service

Fix a missed explanation of auto-analyze threshold, per Joe Miller.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Sep 2010 20:40:50 +0000 (16:40 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Sep 2010 20:40:50 +0000 (16:40 -0400)
doc/src/sgml/maintenance.sgml

index 8f7fb6d..caf968a 100644 (file)
@@ -638,7 +638,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 or updated
+    is compared to the total number of tuples inserted, updated, or deleted
     since the last <command>ANALYZE</command>.
    </para>