aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-06-02 21:04:40 +0000
committerBruce Momjian <bruce@momjian.us>2004-06-02 21:04:40 +0000
commit36ae5efab1f0b17ef784667f3eae154c9121b7b3 (patch)
tree8b4b71d6e083e750f327d68d5397aaabb42827de
parent1cdc58722cdbd60f70a48c83d6ead45cebb3562d (diff)
downloadpostgresql-36ae5efab1f0b17ef784667f3eae154c9121b7b3.tar.gz
postgresql-36ae5efab1f0b17ef784667f3eae154c9121b7b3.zip
Improve without cluster wording.
-rw-r--r--doc/src/sgml/ref/alter_table.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml
index 5d864be510c..ef8b57e0ebe 100644
--- a/doc/src/sgml/ref/alter_table.sgml
+++ b/doc/src/sgml/ref/alter_table.sgml
@@ -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>