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 -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. - - -