From 2ca07b0c4a01421862472313abaee12ade6d8623 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 5 Jan 2007 01:19:04 +0000 Subject: [PATCH] Add missing reference to pg_shdescription. Greg Mullane --- doc/src/sgml/ref/reindex.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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. -- 2.50.1