projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f43608b
)
docs: PG 12 relnotes, move vacuumdb to the client app section
author
Bruce Momjian
Fri, 14 Jun 2019 02:07:25 +0000
(22:07 -0400)
committer
Bruce Momjian
Fri, 14 Jun 2019 02:07:25 +0000
(22:07 -0400)
It was previously incorrectly placed in the server application section.
Reported-by: Tatsuo Ishii
Discussion: https://postgr.es/m/
20190526
.215341.
1023150119477784132
[email protected]
doc/src/sgml/release-12.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-12.sgml
b/doc/src/sgml/release-12.sgml
index 8eb34f16be819cb4a887778edf68fb3c544ff5ed..27844df389236e72534b9fa5043b39150bc5d9e4 100644
(file)
--- a/
doc/src/sgml/release-12.sgml
+++ b/
doc/src/sgml/release-12.sgml
@@
-2442,6
+2442,23
@@
Author: Peter Eisentraut
+
+
+ Allow
to select tables for vacuum
+ based on their wraparound horizon (Nathan Bossart)
+
+
+
+ The options are
--min-xid-age
and
+
--min-mxid-age
.
+
+
+
+
+
@@
-2602,23
+2619,6
@@
Author: Peter Eisentraut
-
-
- Allow
to select tables for vacuum
- based on their wraparound horizon (Nathan Bossart)
-
-
-
- The options are
--min-xid-age
and
-
--min-mxid-age
.
-
-
-
-
-