summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2007-01-05 01:19:04 +0000
committerTom Lane2007-01-05 01:19:04 +0000
commit2ca07b0c4a01421862472313abaee12ade6d8623 (patch)
treed30881a9f841d497bf4717aca77353c242d5b00a
parent34615ce73d2adc4f2ac14534108a31a8ccfe7325 (diff)
Add missing reference to pg_shdescription. Greg Mullane
-rw-r--r--doc/src/sgml/ref/reindex.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/reindex.sgml b/doc/src/sgml/ref/reindex.sgml
index 661a219adc2..cbfe1c14b52 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.34 2006/10/31 01:52:31 neilc Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/reindex.sgml,v 1.34.2.1 2007/01/05 01:19:04 tgl Exp $
PostgreSQL documentation
-->
@@ -202,7 +202,8 @@ REINDEX { INDEX | TABLE | DATABASE | SYSTEM } <replaceable class="PARAMETER">nam
<structname>pg_auth_members</structname>,
<structname>pg_database</structname>,
<structname>pg_pltemplate</structname>,
- <structname>pg_shdepend</structname>, and
+ <structname>pg_shdepend</structname>,
+ <structname>pg_shdescription</structname>, and
<structname>pg_tablespace</structname>), then a standalone server
must be used to repair it. <command>REINDEX</> will not process
shared catalogs in multiuser mode.