|
1 | 1 | <!--
|
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 $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -169,8 +169,9 @@ REINDEX { DATABASE | TABLE | INDEX } <replaceable class="PARAMETER">name</replac
|
169 | 169 | <para>
|
170 | 170 | If corruption is suspected in the indexes of any of the shared
|
171 | 171 | 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 |
174 | 175 | must be used to repair it. <command>REINDEX</> will not process
|
175 | 176 | shared catalogs in multiuser mode.
|
176 | 177 | </para>
|
|