Commit b93a72af authored by Tom Lane's avatar Tom Lane

Forgot to add pg_pltemplate to the list of shared system catalogs that

appears in the REINDEX ref page.
parent c959d370
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/reindex.sgml,v 1.28 2005/08/15 02:40:20 tgl Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/reindex.sgml,v 1.29 2005/09/12 16:43:29 tgl Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
...@@ -176,10 +176,11 @@ REINDEX { INDEX | TABLE | DATABASE | SYSTEM } <replaceable class="PARAMETER">nam ...@@ -176,10 +176,11 @@ REINDEX { INDEX | TABLE | DATABASE | SYSTEM } <replaceable class="PARAMETER">nam
<para> <para>
If corruption is suspected in the indexes of any of the shared If corruption is suspected in the indexes of any of the shared
system catalogs (<structname>pg_authid</structname>, system catalogs (which are <structname>pg_authid</structname>,
<structname>pg_auth_members</structname>, <structname>pg_auth_members</structname>,
<structname>pg_database</structname>, <structname>pg_database</structname>,
<structname>pg_shdepend</structname>, or <structname>pg_pltemplate</structname>,
<structname>pg_shdepend</structname>, and
<structname>pg_tablespace</structname>), then a standalone server <structname>pg_tablespace</structname>), then a standalone server
must be used to repair it. <command>REINDEX</> will not process must be used to repair it. <command>REINDEX</> will not process
shared catalogs in multiuser mode. shared catalogs in multiuser mode.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment