From e7d9a6bf630e8784fc1723d138e4e4e973550017 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 30 Dec 2001 04:36:52 +0000 Subject: [PATCH] Repair example, per note in interactive docs. --- doc/src/sgml/ref/cluster.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/ref/cluster.sgml b/doc/src/sgml/ref/cluster.sgml index 82c4d3bcf2..86d795f6b4 100644 --- a/doc/src/sgml/ref/cluster.sgml +++ b/doc/src/sgml/ref/cluster.sgml @@ -1,5 +1,5 @@ @@ -190,8 +190,8 @@ SELECT columnlist INTO TABLE ALTER TABLE...RENAME - to rename temp to the old name, and - recreate any indexes. The only problem is that OIDs + to rename newtable to the old name, and + recreate the table's indexes. The only problem is that OIDs will not be preserved. From then on, CLUSTER should be fast because most of the heap data has already been ordered, and the existing index is used. -- 2.40.0