|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/ref/reindex.sgml,v 1.28 2005/08/15 02:40:20 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/reindex.sgml,v 1.29 2005/09/12 16:43:29 tgl Exp $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -176,10 +176,11 @@ REINDEX { INDEX | TABLE | DATABASE | SYSTEM } <replaceable class="PARAMETER">nam |
176 | 176 |
|
177 | 177 | <para> |
178 | 178 | If corruption is suspected in the indexes of any of the shared |
179 | | - system catalogs (<structname>pg_authid</structname>, |
| 179 | + system catalogs (which are<structname>pg_authid</structname>, |
180 | 180 | <structname>pg_auth_members</structname>, |
181 | 181 | <structname>pg_database</structname>, |
182 | | - <structname>pg_shdepend</structname>, or |
| 182 | + <structname>pg_pltemplate</structname>, |
| 183 | + <structname>pg_shdepend</structname>, and |
183 | 184 | <structname>pg_tablespace</structname>), then a standalone server |
184 | 185 | must be used to repair it. <command>REINDEX</> will not process |
185 | 186 | shared catalogs in multiuser mode. |
|