From 5d0e3decfe749b965e73688afd1dd4fd03fcad52 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 23 Jun 2002 03:45:15 +0000 Subject: [PATCH] Mention REINDEX can be used for disk space reclaimation too. --- doc/src/sgml/ref/reindex.sgml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/src/sgml/ref/reindex.sgml b/doc/src/sgml/ref/reindex.sgml index e7f3d10de2..0fa8f53446 100644 --- a/doc/src/sgml/ref/reindex.sgml +++ b/doc/src/sgml/ref/reindex.sgml @@ -122,6 +122,12 @@ REINDEX failures. REINDEX provides a recovery method. + + 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 -- 2.39.5