From: Tom Lane Date: Sun, 24 Oct 2004 22:52:04 +0000 (+0000) Subject: Update for 8.0: pg_tablespace is now also a shared catalog. X-Git-Tag: REL8_0_0BETA4~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d8ac07353be6550349cdb4d78661f904c297436;p=thirdparty%2Fpostgresql.git Update for 8.0: pg_tablespace is now also a shared catalog. --- diff --git a/doc/src/sgml/ref/reindex.sgml b/doc/src/sgml/ref/reindex.sgml index 73dd8042fe5..98b6e3b69d9 100644 --- a/doc/src/sgml/ref/reindex.sgml +++ b/doc/src/sgml/ref/reindex.sgml @@ -1,5 +1,5 @@ @@ -169,8 +169,9 @@ REINDEX { DATABASE | TABLE | INDEX } name If corruption is suspected in the indexes of any of the shared system catalogs (pg_database, - pg_group, or - pg_shadow), then a standalone server + pg_group, + pg_shadow, or + pg_tablespace), then a standalone server must be used to repair it. REINDEX will not process shared catalogs in multiuser mode.