Fix a missed explanation of auto-analyze threshold, per Joe Miller.

This commit is contained in:
Tom Lane 2010-09-21 16:40:50 -04:00
parent 829f5b3571
commit dcd9dcdeeb
1 changed files with 1 additions and 1 deletions

View 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>