Repair example, per note in interactive docs.
authorTom Lane
Sun, 30 Dec 2001 04:36:52 +0000 (04:36 +0000)
committerTom Lane
Sun, 30 Dec 2001 04:36:52 +0000 (04:36 +0000)
doc/src/sgml/ref/cluster.sgml

index 82c4d3bcf2c913a8388a788a7bcd8762c986d144..86d795f6b4328e2a8f4f0e0a029a0e09691974f1 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -190,8 +190,8 @@ SELECT columnlist INTO TABLE 
     the ORDER BY clause to match the index, and which is much faster for
     unordered data. You then drop the old table, use
     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.