projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c959d37
)
Forgot to add pg_pltemplate to the list of shared system catalogs that
author
Tom Lane
Mon, 12 Sep 2005 16:43:29 +0000
(16:43 +0000)
committer
Tom Lane
Mon, 12 Sep 2005 16:43:29 +0000
(16:43 +0000)
appears in the REINDEX ref page.
doc/src/sgml/ref/reindex.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/reindex.sgml
b/doc/src/sgml/ref/reindex.sgml
index 012e89c872880dd3f635ce25b47bf98dd483bff8..8c07d1caee37e66b2b7b4cdf5160f52307672d3d 100644
(file)
--- a/
doc/src/sgml/ref/reindex.sgml
+++ b/
doc/src/sgml/ref/reindex.sgml
@@
-1,5
+1,5
@@
@@
-176,10
+176,11
@@
REINDEX { INDEX | TABLE | DATABASE | SYSTEM }
nam
If corruption is suspected in the indexes of any of the shared
- system catalogs (
pg_authid
,
+ system catalogs (
which are
pg_authid
,
pg_auth_members
,
pg_database
,
-
pg_shdepend
, or
+
pg_pltemplate
,
+
pg_shdepend
, and
pg_tablespace
), then a standalone server
must be used to repair it.
REINDEX> will not process
shared catalogs in multiuser mode.