projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
246a9a8
)
Mention that VACUUM FREEZE also effectively zeroes the table freeze age.
author
Robert Haas
Tue, 14 Jan 2014 19:48:57 +0000
(14:48 -0500)
committer
Robert Haas
Tue, 14 Jan 2014 19:48:57 +0000
(14:48 -0500)
Maciek Sakrejda, reviewed by Amit Kapila
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 1e984734d93a769dc7772f775aedd6f4edb68dfa..23c3ca89c73b60c39e71e40d1a4b0702e3baeac3 100644
(file)
--- a/
doc/src/sgml/ref/vacuum.sgml
+++ b/
doc/src/sgml/ref/vacuum.sgml
@@
-101,7
+101,8
@@
VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [
Selects aggressive
freezing
of tuples.
Specifying
FREEZE
is equivalent to performing
VACUUM
with the
-
parameter
+
and
+
parameters
set to zero. Aggressive freezing is always performed when the
table is rewritten, so this option is redundant when
FULL>
is specified.