From: Bruce Momjian Date: Sun, 23 Jun 2002 03:45:15 +0000 (+0000) Subject: Mention REINDEX can be used for disk space reclaimation too. X-Git-Tag: REL9_0_0~17594 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a36711c36874c3b23c3d416bbe1844dffe331ffe;p=pg-rex%2Fsyncrep.git Mention REINDEX can be used for disk space reclaimation too. --- diff --git a/doc/src/sgml/ref/reindex.sgml b/doc/src/sgml/ref/reindex.sgml index 95830ebd42..70dbf636b6 100644 --- a/doc/src/sgml/ref/reindex.sgml +++ b/doc/src/sgml/ref/reindex.sgml @@ -1,5 +1,5 @@ @@ -123,6 +123,12 @@ REINDEX + REINDEX also removes certain dead index pages that + can't be reclaimed any other way. See the "Routine Reindexing" + section in the manual for more information. + + + If you suspect corruption of an index on a user table, you can simply rebuild that index, or all indexes on the table, using REINDEX INDEX or REINDEX TABLE.