From: Tom Lane Date: Fri, 5 Jan 2007 01:19:04 +0000 (+0000) Subject: Add missing reference to pg_shdescription. Greg Mullane X-Git-Tag: REL8_2_1~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ca07b0c4a01421862472313abaee12ade6d8623;p=postgresql Add missing reference to pg_shdescription. Greg Mullane --- diff --git a/doc/src/sgml/ref/reindex.sgml b/doc/src/sgml/ref/reindex.sgml index 661a219adc..cbfe1c14b5 100644 --- a/doc/src/sgml/ref/reindex.sgml +++ b/doc/src/sgml/ref/reindex.sgml @@ -1,5 +1,5 @@ @@ -202,7 +202,8 @@ REINDEX { INDEX | TABLE | DATABASE | SYSTEM } nam pg_auth_members, pg_database, pg_pltemplate, - pg_shdepend, and + pg_shdepend, + pg_shdescription, and pg_tablespace), then a standalone server must be used to repair it. REINDEX will not process shared catalogs in multiuser mode.