From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Fri, 5 Jan 2007 01:18:59 +0000 (+0000)
Subject: Add missing reference to pg_shdescription.  Greg Mullane
X-Git-Tag: REL8_3_BETA1~1604
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53c26d6f8fa4981ba2bb70f7dcb4ed5438a48cd6;p=postgresql

Add missing reference to pg_shdescription.  Greg Mullane
---

diff --git a/doc/src/sgml/ref/reindex.sgml b/doc/src/sgml/ref/reindex.sgml
index 661a219adc..f8e4ef7d5e 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.35 2007/01/05 01:18:59 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.