From: Tom Lane Date: Tue, 21 Sep 2010 20:40:50 +0000 (-0400) Subject: Fix a missed explanation of auto-analyze threshold, per Joe Miller. X-Git-Tag: REL9_0_1~37 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=dcd9dcdeebe811d942648df07f864ade07383824;p=users%2Fc2main%2Fpostgres.git Fix a missed explanation of auto-analyze threshold, per Joe Miller. --- diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml index 8f7fb6d346..caf968ad06 100644 --- a/doc/src/sgml/maintenance.sgml +++ b/doc/src/sgml/maintenance.sgml @@ -638,7 +638,7 @@ vacuum threshold = vacuum base threshold + vacuum scale factor * number of tuple analyze threshold = analyze base threshold + analyze scale factor * number of tuples - 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 ANALYZE.