doc: PG 16 relnotes, merge REINDEX and reindexdb items
authorBruce Momjian <[email protected]>
Fri, 19 May 2023 13:30:00 +0000 (09:30 -0400)
committerBruce Momjian <[email protected]>
Fri, 19 May 2023 13:30:00 +0000 (09:30 -0400)
Reported-by: Vibhor Kumar
doc/src/sgml/release-16.sgml

index 1b32353cd66de61397c91de0a065d1f5572703b3..9f91a9d879cf008be53fa6b87a5141c70ae22d1f 100644 (file)
@@ -83,11 +83,11 @@ Author: Michael Paquier <[email protected]>
 
 <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 <[email protected]>
-2022-07-19 [2cbc3c17a] Rework logic and simplify syntax of REINDEX DATABASE/SYS
-Author: Michael Paquier <[email protected]>
-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 <[email protected]>
 2022-08-02 [3592e0ff9] Have ExecFindPartition cache the last found partition