File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -55,7 +55,10 @@ CLUSTER [VERBOSE]
55
55
When a table is clustered, <productname>PostgreSQL</productname>
56
56
remembers which index it was clustered by. The form
57
57
<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.
59
62
</para>
60
63
61
64
<para>
You can’t perform that action at this time.
0 commit comments