|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/cluster.sgml,v 1.32 2004/03/23 13:21:41 neilc Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/cluster.sgml,v 1.33 2004/08/21 15:45:46 tgl Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -51,7 +51,7 @@ CLUSTER
|
51 | 51 | <para>
|
52 | 52 | When a table is clustered, <productname>PostgreSQL</productname>
|
53 | 53 | remembers on which index it was clustered. The form
|
54 |
| - <command>CLUSTER <replaceable class="parameter">tablename</replaceable></command>, |
| 54 | + <command>CLUSTER <replaceable class="parameter">tablename</replaceable></command> |
55 | 55 | reclusters the table on the same index that it was clustered before.
|
56 | 56 | </para>
|
57 | 57 |
|
|