OSDN Git Service

Mention REINDEX can be used for disk space reclaimation too.
authorBruce Momjian <bruce@momjian.us>
Sun, 23 Jun 2002 03:45:15 +0000 (03:45 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 23 Jun 2002 03:45:15 +0000 (03:45 +0000)
doc/src/sgml/ref/reindex.sgml

index 95830eb..70dbf63 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/reindex.sgml,v 1.11 2002/04/23 02:07:16 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/reindex.sgml,v 1.12 2002/06/23 03:45:15 momjian Exp $
 PostgreSQL documentation
 -->
 
@@ -123,6 +123,12 @@ REINDEX
   </para>
 
   <para>
+   <command>REINDEX</command> 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.
+  </para>
+
+  <para>
     If you suspect corruption of an index on a user table, you can
     simply rebuild that index, or all indexes on the table, using
     <command>REINDEX INDEX</command> or <command>REINDEX TABLE</command>.