File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/ref/reindex.sgml,v 1.11 2002/04 /23 02:07:16 tgl Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/reindex.sgml,v 1.12 2002/06 /23 03:45:15 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -122,6 +122,12 @@ REINDEX
122
122
failures. <command>REINDEX</command> provides a recovery method.
123
123
</para>
124
124
125
+ <para>
126
+ <command>REINDEX</command> also removes certain dead index pages that
127
+ can't be reclaimed any other way. See the "Routine Reindexing"
128
+ section in the manual for more information.
129
+ </para>
130
+
125
131
<para>
126
132
If you suspect corruption of an index on a user table, you can
127
133
simply rebuild that index, or all indexes on the table, using
You can’t perform that action at this time.
0 commit comments