Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 53c26d6

Browse files
committed
Add missing reference to pg_shdescription. Greg Mullane
1 parent b1b73e9 commit 53c26d6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/sgml/ref/reindex.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
PostgreSQL documentation
44
-->
55

@@ -202,7 +202,8 @@ REINDEX { INDEX | TABLE | DATABASE | SYSTEM } <replaceable class="PARAMETER">nam
202202
<structname>pg_auth_members</structname>,
203203
<structname>pg_database</structname>,
204204
<structname>pg_pltemplate</structname>,
205-
<structname>pg_shdepend</structname>, and
205+
<structname>pg_shdepend</structname>,
206+
<structname>pg_shdescription</structname>, and
206207
<structname>pg_tablespace</structname>), then a standalone server
207208
must be used to repair it. <command>REINDEX</> will not process
208209
shared catalogs in multiuser mode.

0 commit comments

Comments
 (0)