diff --git a/doc/src/sgml/ref/reindex.sgml b/doc/src/sgml/ref/reindex.sgml index 012e89c8728..8c07d1caee3 100644 --- a/doc/src/sgml/ref/reindex.sgml +++ b/doc/src/sgml/ref/reindex.sgml @@ -1,5 +1,5 @@ @@ -176,10 +176,11 @@ REINDEX { INDEX | TABLE | DATABASE | SYSTEM } nam If corruption is suspected in the indexes of any of the shared - system catalogs (pg_authid, + system catalogs (which are pg_authid, pg_auth_members, pg_database, - pg_shdepend, or + pg_pltemplate, + pg_shdepend, and pg_tablespace), then a standalone server must be used to repair it. REINDEX will not process shared catalogs in multiuser mode.