From 4f14c86d7434376b95477aeeb07fcc7272f4c47d Mon Sep 17 00:00:00 2001 From: Simon Riggs Date: Mon, 24 Jun 2013 21:19:55 +0100 Subject: Reverting previous commit, pending investigation of sporadic seg faults from various build farm members. --- doc/src/sgml/ref/alter_table.sgml | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index 2609d4a8eaf..7ee0aa8ca07 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -46,7 +46,6 @@ ALTER TABLE [ IF EXISTS ] name ALTER [ COLUMN ] column_name SET STORAGE { PLAIN | EXTERNAL | EXTENDED | MAIN } ADD table_constraint [ NOT VALID ] ADD table_constraint_using_index - ALTER CONSTRAINT constraint_name [ DEFERRABLE | NOT DEFERRABLE ] [ INITIALLY DEFERRED | INITIALLY IMMEDIATE ] VALIDATE CONSTRAINT constraint_name DROP CONSTRAINT [ IF EXISTS ] constraint_name [ RESTRICT | CASCADE ] DISABLE TRIGGER [ trigger_name | ALL | USER ] @@ -317,16 +316,6 @@ ALTER TABLE [ IF EXISTS ] name - - ALTER CONSTRAINT - - - This form alters the attributes of a constraint that was previously - created. Currently only foreign key constraints may be altered. - - - - VALIDATE CONSTRAINT -- cgit v1.2.3