projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05911de
)
Change a VACUUM manual page word from 'deleted' to 'expired', so DELETE
author
Bruce Momjian
Sat, 23 Dec 2006 01:58:40 +0000
(
01:58
+0000)
committer
Bruce Momjian
Sat, 23 Dec 2006 01:58:40 +0000
(
01:58
+0000)
and UPDATE are clearly covered by the term.
doc/src/sgml/ref/vacuum.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/vacuum.sgml
b/doc/src/sgml/ref/vacuum.sgml
index cf039113f644938e492fd8a176367fdb83036ab0..8ca884ccf3ea1a844c2c8c0d572c33d7cb26c00d 100644
(file)
--- a/
doc/src/sgml/ref/vacuum.sgml
+++ b/
doc/src/sgml/ref/vacuum.sgml
@@
-1,5
+1,5
@@
@@
-29,7
+29,7
@@
VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [
Description
-
VACUUM
reclaims storage occupied by
delet
ed tuples.
+
VACUUM
reclaims storage occupied by
expir
ed tuples.
In normal
PostgreSQL
operation, tuples that
are deleted or obsoleted by an update are not physically removed from
their table; they remain present until a
VACUUM
is