Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb93a72a

Browse files
committed
Forgot to add pg_pltemplate to the list of shared system catalogs that
appears in the REINDEX ref page.
1 parentc959d37 commitb93a72a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎doc/src/sgml/ref/reindex.sgml

Lines changed: 4 additions & 3 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.28 2005/08/15 02:40:20 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/reindex.sgml,v 1.29 2005/09/12 16:43:29 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -176,10 +176,11 @@ REINDEX { INDEX | TABLE | DATABASE | SYSTEM } <replaceable class="PARAMETER">nam
176176

177177
<para>
178178
If corruption is suspected in the indexes of any of the shared
179-
system catalogs (<structname>pg_authid</structname>,
179+
system catalogs (which are<structname>pg_authid</structname>,
180180
<structname>pg_auth_members</structname>,
181181
<structname>pg_database</structname>,
182-
<structname>pg_shdepend</structname>, or
182+
<structname>pg_pltemplate</structname>,
183+
<structname>pg_shdepend</structname>, and
183184
<structname>pg_tablespace</structname>), then a standalone server
184185
must be used to repair it. <command>REINDEX</> will not process
185186
shared catalogs in multiuser mode.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp