From: Tom Lane Date: Sat, 21 Aug 2004 15:45:46 +0000 (+0000) Subject: Fix typo (extraneous comma). X-Git-Tag: REL8_0_0BETA2~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1700bf8c0051349c89f888a2621c10bbbaab0e4;p=postgresql Fix typo (extraneous comma). --- diff --git a/doc/src/sgml/ref/cluster.sgml b/doc/src/sgml/ref/cluster.sgml index ff375e01f9..41e13fbbce 100644 --- a/doc/src/sgml/ref/cluster.sgml +++ b/doc/src/sgml/ref/cluster.sgml @@ -1,5 +1,5 @@ @@ -51,7 +51,7 @@ CLUSTER When a table is clustered, PostgreSQL remembers on which index it was clustered. The form - CLUSTER tablename, + CLUSTER tablename reclusters the table on the same index that it was clustered before.