projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eacc4a3
)
Fix a missed explanation of auto-analyze threshold, per Joe Miller.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 21 Sep 2010 20:40:41 +0000
(16:40 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 21 Sep 2010 20:40:41 +0000
(16:40 -0400)
doc/src/sgml/maintenance.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/maintenance.sgml
b/doc/src/sgml/maintenance.sgml
index 70b99e873299b30ef9d102372c88429a70e0287f..f3d1669f3a21f1e57fd7f70a967d7a9d1b594d25 100644
(file)
--- 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 upda
ted
+ is compared to the total number of tuples inserted
, updated, or dele
ted
since the last <command>ANALYZE</command>.
</para>