doc: PG 16 relnotes, merge REINDEX and reindexdb items

Reported-by: Vibhor Kumar
This commit is contained in:
Bruce Momjian 2023-05-19 09:30:00 -04:00
parent 1a620cbae5
commit 6ff33cdbab
1 changed files with 2 additions and 19 deletions

View File

@ -83,11 +83,11 @@ Author: Michael Paquier <michael@paquier.xyz>
<listitem>
<para>
Change reindexedb to not process indexes on system catalogs (Simon Riggs)
Change REINDEX DATABASE and reindexedb to not process indexes on system catalogs (Simon Riggs)
</para>
<para>
Processing such indexes is still possible using REINDEX SYSTEM.
Processing such indexes is still possible using REINDEX SYSTEM and reindexedb --system.
</para>
</listitem>
@ -203,23 +203,6 @@ Remove symbolic links for the postmaster binary (Peter Eisentraut)
<itemizedlist>
<!--
Author: Michael Paquier <michael@paquier.xyz>
2022-07-19 [2cbc3c17a] Rework logic and simplify syntax of REINDEX DATABASE/SYS
Author: Michael Paquier <michael@paquier.xyz>
2022-07-26 [0a5f06b84] Fix a few issues with REINDEX grammar
-->
<listitem>
<para>
Change REINDEX DATABASE to not process indexes on system catalogs (Simon Riggs)
</para>
<para>
Processing such indexes is still possible using REINDEX SYSTEM.
</para>
</listitem>
<!--
Author: David Rowley <drowley@postgresql.org>
2022-08-02 [3592e0ff9] Have ExecFindPartition cache the last found partition