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