diff options
author | Bruce Momjian <bruce@momjian.us> | 2019-06-13 22:07:25 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2019-06-13 22:07:25 -0400 |
commit | 18ef7a34fe616dc63f7de672a5ab7dd88137dc5c (patch) | |
tree | 7daca3e3a9b4058d01f927d7c89e178e9f636111 | |
parent | f43608bda2111a1fda514d1bed4df313ee2bbec3 (diff) | |
download | postgresql-18ef7a34fe616dc63f7de672a5ab7dd88137dc5c.tar.gz postgresql-18ef7a34fe616dc63f7de672a5ab7dd88137dc5c.zip |
docs: PG 12 relnotes, move vacuumdb to the client app section
It was previously incorrectly placed in the server application section.
Reported-by: Tatsuo Ishii
Discussion: https://postgr.es/m/20190526.215341.1023150119477784132.t-ishii@sraoss.co.jp
-rw-r--r-- | doc/src/sgml/release-12.sgml | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml index 8eb34f16be8..27844df3892 100644 --- a/doc/src/sgml/release-12.sgml +++ b/doc/src/sgml/release-12.sgml @@ -2442,6 +2442,23 @@ Author: Peter Eisentraut <peter_e@gmx.net> <listitem> <!-- +Author: Michael Paquier <michael@paquier.xyz> +2019-01-31 [00d1e88d3] Add - -min-xid-age and - -min-mxid-age options to vacuumdb +--> + + <para> + Allow <xref linkend="app-vacuumdb"/> to select tables for vacuum + based on their wraparound horizon (Nathan Bossart) + </para> + + <para> + The options are <option>--min-xid-age</option> and + <option>--min-mxid-age</option>. + </para> + </listitem> + + <listitem> +<!-- Author: Peter Eisentraut <peter@eisentraut.org> 2019-04-01 [cc8d41511] Unified logging system for command-line programs --> @@ -2602,23 +2619,6 @@ Author: Peter Eisentraut <peter_e@gmx.net> <listitem> <!-- Author: Michael Paquier <michael@paquier.xyz> -2019-01-31 [00d1e88d3] Add - -min-xid-age and - -min-mxid-age options to vacuumdb ---> - - <para> - Allow <xref linkend="app-vacuumdb"/> to select tables for vacuum - based on their wraparound horizon (Nathan Bossart) - </para> - - <para> - The options are <option>--min-xid-age</option> and - <option>--min-mxid-age</option>. - </para> - </listitem> - - <listitem> -<!-- -Author: Michael Paquier <michael@paquier.xyz> 2019-01-08 [354e95d1f] Add - -disable-page-skipping and - -skip-locked to vacuumd --> |