Improve without cluster wording.

This commit is contained in:
Bruce Momjian 2004-06-02 21:04:40 +00:00
parent 1cdc58722c
commit 36ae5efab1
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.71 2004/06/02 21:01:08 momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.72 2004/06/02 21:04:40 momjian Exp $
PostgreSQL documentation
-->
@ -227,7 +227,8 @@ where <replaceable class="PARAMETER">action</replaceable> is one of:
<para>
This form removes the most recently used
<xref linkend="SQL-CLUSTER" endterm="sql-cluster-title">
index specification from the table.
index specification from the table. This affects
future cluster operations that don't specify an index.
</para>
</listitem>
</varlistentry>