aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-->