projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecd8c44
)
Document that 'deleted' is also tracked by autovacuum.
author
Bruce Momjian
<bruce@momjian.us>
Wed, 18 Jul 2007 03:39:01 +0000
(
03:39
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Wed, 18 Jul 2007 03:39:01 +0000
(
03:39
+0000)
doc/src/sgml/maintenance.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/maintenance.sgml
b/doc/src/sgml/maintenance.sgml
index eb7638ad289469ee843e390cdb5e6f27a2b2e4ea..6b38da6879dd80148c5d73e661e6db0a5985f386 100644
(file)
--- a/
doc/src/sgml/maintenance.sgml
+++ b/
doc/src/sgml/maintenance.sgml
@@
-533,7
+533,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
, updated, or dele
ted
+ is compared to the total number of tuples inserted
or upda
ted
since the last <command>ANALYZE</command>.
</para>