|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/reindex.sgml,v 1.34 2006/10/31 01:52:31 neilc Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/reindex.sgml,v 1.35 2007/01/05 01:18:59 tgl Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -202,7 +202,8 @@ REINDEX { INDEX | TABLE | DATABASE | SYSTEM } <replaceable class="PARAMETER">nam
|
202 | 202 | <structname>pg_auth_members</structname>,
|
203 | 203 | <structname>pg_database</structname>,
|
204 | 204 | <structname>pg_pltemplate</structname>,
|
205 |
| - <structname>pg_shdepend</structname>, and |
| 205 | + <structname>pg_shdepend</structname>, |
| 206 | + <structname>pg_shdescription</structname>, and |
206 | 207 | <structname>pg_tablespace</structname>), then a standalone server
|
207 | 208 | must be used to repair it. <command>REINDEX</> will not process
|
208 | 209 | shared catalogs in multiuser mode.
|
|