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

pull/1/head
Tom Lane 15 years ago
parent eacc4a3b9a
commit 2cdf6c1551
  1. 2
      doc/src/sgml/maintenance.sgml

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

Loading…
Cancel
Save