Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita36711c

Browse files
committed
Mention REINDEX can be used for disk space reclaimation too.
1 parent30be6c2 commita36711c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎doc/src/sgml/ref/reindex.sgml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/reindex.sgml,v 1.11 2002/04/2302:07:16 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/reindex.sgml,v 1.12 2002/06/2303:45:15 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -122,6 +122,12 @@ REINDEX
122122
failures. <command>REINDEX</command> provides a recovery method.
123123
</para>
124124

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+
125131
<para>
126132
If you suspect corruption of an index on a user table, you can
127133
simply rebuild that index, or all indexes on the table, using

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp