diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-21 16:40:50 -0400 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-21 16:40:50 -0400 |
| commit | dcd9dcdeebe811d942648df07f864ade07383824 (patch) | |
| tree | d3630d986915e2895283d365331aa8b4cba48eb8 /doc/src | |
| parent | 829f5b3571241cae2cc1a02923439cd0725d683c (diff) | |
Fix a missed explanation of auto-analyze threshold, per Joe Miller.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/maintenance.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml index 8f7fb6d3469..caf968ad06f 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 <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> |
