Fix typo (extraneous comma).
This commit is contained in:
parent
ade9cbafdf
commit
c1700bf8c0
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$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 $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -51,7 +51,7 @@ CLUSTER
|
|||||||
<para>
|
<para>
|
||||||
When a table is clustered, <productname>PostgreSQL</productname>
|
When a table is clustered, <productname>PostgreSQL</productname>
|
||||||
remembers on which index it was clustered. The form
|
remembers on which index it was clustered. The form
|
||||||
<command>CLUSTER <replaceable class="parameter">tablename</replaceable></command>,
|
<command>CLUSTER <replaceable class="parameter">tablename</replaceable></command>
|
||||||
reclusters the table on the same index that it was clustered before.
|
reclusters the table on the same index that it was clustered before.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user