diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-10-24 22:52:04 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-10-24 22:52:04 +0000 |
commit | 5d8ac07353be6550349cdb4d78661f904c297436 (patch) | |
tree | ae358c628b0e1ff32c3302281d02bfe508f7d745 /doc/src | |
parent | 8f4edadb09355c805f4bad6179170db1e15b2235 (diff) | |
download | postgresql-5d8ac07353be6550349cdb4d78661f904c297436.tar.gz postgresql-5d8ac07353be6550349cdb4d78661f904c297436.zip |
Update for 8.0: pg_tablespace is now also a shared catalog.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/reindex.sgml | 7 |
1 files changed, 4 insertions, 3 deletions
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 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/reindex.sgml,v 1.23 2003/11/29 19:51:39 pgsql Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/reindex.sgml,v 1.24 2004/10/24 22:52:04 tgl Exp $ PostgreSQL documentation --> @@ -169,8 +169,9 @@ REINDEX { DATABASE | TABLE | INDEX } <replaceable class="PARAMETER">name</replac <para> If corruption is suspected in the indexes of any of the shared system catalogs (<structname>pg_database</structname>, - <structname>pg_group</structname>, or - <structname>pg_shadow</structname>), then a standalone server + <structname>pg_group</structname>, + <structname>pg_shadow</structname>, or + <structname>pg_tablespace</structname>), then a standalone server must be used to repair it. <command>REINDEX</> will not process shared catalogs in multiuser mode. </para> |