diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-09-12 16:43:29 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-09-12 16:43:29 +0000 |
commit | b93a72afbffa22e4d26189683090167b6dcccdf5 (patch) | |
tree | 946d8985dc47b342b7178868fec604210f3602ac /doc/src | |
parent | c959d370bfb8a92684593fd40a2117b80fcbf347 (diff) | |
download | postgresql-b93a72afbffa22e4d26189683090167b6dcccdf5.tar.gz postgresql-b93a72afbffa22e4d26189683090167b6dcccdf5.zip |
Forgot to add pg_pltemplate to the list of shared system catalogs that
appears in the REINDEX ref page.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/reindex.sgml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/reindex.sgml b/doc/src/sgml/ref/reindex.sgml index 012e89c8728..8c07d1caee3 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.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 --> @@ -176,10 +176,11 @@ REINDEX { INDEX | TABLE | DATABASE | SYSTEM } <replaceable class="PARAMETER">nam <para> 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_database</structname>, - <structname>pg_shdepend</structname>, or + <structname>pg_pltemplate</structname>, + <structname>pg_shdepend</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. |