Skip to content

Commit 5d8ac07

Browse files
committed
Update for 8.0: pg_tablespace is now also a shared catalog.
1 parent 8f4edad commit 5d8ac07

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/src/sgml/ref/reindex.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/reindex.sgml,v 1.23 2003/11/29 19:51:39 pgsql Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/reindex.sgml,v 1.24 2004/10/24 22:52:04 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -169,8 +169,9 @@ REINDEX { DATABASE | TABLE | INDEX } <replaceable class="PARAMETER">name</replac
169169
<para>
170170
If corruption is suspected in the indexes of any of the shared
171171
system catalogs (<structname>pg_database</structname>,
172-
<structname>pg_group</structname>, or
173-
<structname>pg_shadow</structname>), then a standalone server
172+
<structname>pg_group</structname>,
173+
<structname>pg_shadow</structname>, or
174+
<structname>pg_tablespace</structname>), then a standalone server
174175
must be used to repair it. <command>REINDEX</> will not process
175176
shared catalogs in multiuser mode.
176177
</para>

0 commit comments

Comments
 (0)