Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8b8009a

Browse files
committed
Mention related ALTER TABLE variants in documentation for CLUSTER.
As suggested by Andy Lester.
1 parent b7987f8 commit 8b8009a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/src/sgml/ref/cluster.sgml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/cluster.sgml,v 1.49 2010/04/03 07:22:57 petere Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/cluster.sgml,v 1.50 2010/05/11 16:07:42 rhaas Exp $
33
PostgreSQL documentation
44
-->
55

@@ -55,7 +55,10 @@ CLUSTER [VERBOSE]
5555
When a table is clustered, <productname>PostgreSQL</productname>
5656
remembers which index it was clustered by. The form
5757
<command>CLUSTER <replaceable class="parameter">table_name</replaceable></command>
58-
reclusters the table using the same index as before.
58+
reclusters the table using the same index as before. You can also
59+
use the <literal>CLUSTER</literal> or <literal>SET WITHOUT CLUSTER</literal>
60+
forms of <xref linkend="SQL-ALTERTABLE"> to set the index to be used for
61+
future cluster operations, or to clear any previous setting.
5962
</para>
6063

6164
<para>

0 commit comments

Comments
 (0)