diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-08-21 15:45:46 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-08-21 15:45:46 +0000 |
commit | c1700bf8c0051349c89f888a2621c10bbbaab0e4 (patch) | |
tree | 84f7f60a802b257a45b5b445985517f860bd8d85 /doc/src | |
parent | ade9cbafdfd54f31be846a9c3059d2759fc01d03 (diff) | |
download | postgresql-c1700bf8c0051349c89f888a2621c10bbbaab0e4.tar.gz postgresql-c1700bf8c0051349c89f888a2621c10bbbaab0e4.zip |
Fix typo (extraneous comma).
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/cluster.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/cluster.sgml b/doc/src/sgml/ref/cluster.sgml index ff375e01f97..41e13fbbce2 100644 --- a/doc/src/sgml/ref/cluster.sgml +++ b/doc/src/sgml/ref/cluster.sgml @@ -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 --> @@ -51,7 +51,7 @@ CLUSTER <para> When a table is clustered, <productname>PostgreSQL</productname> 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. </para> |