From 1cdc58722cdbd60f70a48c83d6ead45cebb3562d Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 2 Jun 2004 21:01:10 +0000 Subject: OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER. Has docs + regression test. Christopher Kings-Lynne --- doc/src/sgml/ref/alter_table.sgml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index e86712e26b5..5d864be510c 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -1,5 +1,5 @@ @@ -42,6 +42,7 @@ where action is one of: SET WITHOUT OIDS OWNER TO new_owner CLUSTER ON index_name + SET WITHOUT CLUSTER @@ -213,12 +214,24 @@ where action is one of: CLUSTER - This form selects the default controlling index for future + This form selects the default index for future + operations. + + SET WITHOUT CLUSTER + + + This form removes the most recently used + + index specification from the table. + + + + RENAME -- cgit v1.2.3