aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2023-05-19 09:30:00 -0400
committerBruce Momjian <bruce@momjian.us>2023-05-19 09:30:00 -0400
commit6ff33cdbabdf770ca9d6b417c0687c04b2cd4d36 (patch)
tree574960a8e0ef872acdd49873d20f0a4e19f7b07a
parent1a620cbae5c48dc89f7cb08602c331f5751df71a (diff)
downloadpostgresql-6ff33cdbabdf770ca9d6b417c0687c04b2cd4d36.tar.gz
postgresql-6ff33cdbabdf770ca9d6b417c0687c04b2cd4d36.zip
doc: PG 16 relnotes, merge REINDEX and reindexdb items
Reported-by: Vibhor Kumar
-rw-r--r--doc/src/sgml/release-16.sgml21
1 files changed, 2 insertions, 19 deletions
diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml
index 1b32353cd66..9f91a9d879c 100644
--- a/doc/src/sgml/release-16.sgml
+++ b/doc/src/sgml/release-16.sgml
@@ -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>
@@ -204,23 +204,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
-->