8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade9cba commit c1700bfCopy full SHA for c1700bf
doc/src/sgml/ref/cluster.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/ref/cluster.sgml,v 1.32 2004/03/23 13:21:41 neilc Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/cluster.sgml,v 1.33 2004/08/21 15:45:46 tgl Exp $
3
PostgreSQL documentation
4
-->
5
@@ -51,7 +51,7 @@ CLUSTER
51
<para>
52
When a table is clustered, <productname>PostgreSQL</productname>
53
remembers on which index it was clustered. The form
54
- <command>CLUSTER <replaceable class="parameter">tablename</replaceable></command>,
+ <command>CLUSTER <replaceable class="parameter">tablename</replaceable></command>
55
reclusters the table on the same index that it was clustered before.
56
</para>
57
0 commit comments