diff options
Diffstat (limited to 'doc/src/sgml/ref/reindex.sgml')
-rw-r--r-- | doc/src/sgml/ref/reindex.sgml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/src/sgml/ref/reindex.sgml b/doc/src/sgml/ref/reindex.sgml index b919f2c53cf..29b96e462c3 100644 --- a/doc/src/sgml/ref/reindex.sgml +++ b/doc/src/sgml/ref/reindex.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/reindex.sgml,v 1.19 2003/09/09 18:28:53 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/reindex.sgml,v 1.20 2003/09/11 21:42:20 momjian Exp $ PostgreSQL documentation --> @@ -46,11 +46,12 @@ REINDEX { DATABASE | TABLE | INDEX } <replaceable class="PARAMETER">name</replac <listitem> <para> The index in question contains a lot of dead index pages that - are not being reclaimed. This can occur with B-tree indexes in PostgreSQL - under certain access patterns. <command>REINDEX</command> - provides a way to reduce the space consumption of the index by - writing a new version of the index without the dead pages. See - <xref linkend="routine-reindex"> for more information. + are not being reclaimed. This can occur with B-tree indexes in + <productname>PostgreSQL</productname> under certain access + patterns. <command>REINDEX</command> provides a way to reduce + the space consumption of the index by writing a new version of + the index without the dead pages. See <xref + linkend="routine-reindex"> for more information. </para> </listitem> </itemizedlist> |