doc: PG 16 relnotes, merge REINDEX and reindexdb items
authorBruce Momjian
Fri, 19 May 2023 13:30:00 +0000 (09:30 -0400)
committerBruce Momjian
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 
 
 
 
-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)
 
 
 
-Processing such indexes is still possible using REINDEX SYSTEM.
+Processing such indexes is still possible using REINDEX SYSTEM and reindexedb --system.
 
 
 
@@ -203,23 +203,6 @@ Remove symbolic links for the postmaster binary (Peter Eisentraut)
 
      
 
-
-
-
-
-Change REINDEX DATABASE to not process indexes on system catalogs (Simon Riggs)
-
-
-
-Processing such indexes is still possible using REINDEX SYSTEM.
-
-
-