diff options
author | Simon Riggs <simon@2ndQuadrant.com> | 2013-06-24 21:19:55 +0100 |
---|---|---|
committer | Simon Riggs <simon@2ndQuadrant.com> | 2013-06-24 21:21:18 +0100 |
commit | 4f14c86d7434376b95477aeeb07fcc7272f4c47d (patch) | |
tree | c1812f4d17a42216fd75ab0731da3ddc8dbd47d5 /doc/src | |
parent | b577a57d4113bcbd1a7900b78b3e41df528c9a35 (diff) | |
download | postgresql-4f14c86d7434376b95477aeeb07fcc7272f4c47d.tar.gz postgresql-4f14c86d7434376b95477aeeb07fcc7272f4c47d.zip |
Reverting previous commit, pending investigation
of sporadic seg faults from various build farm members.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/alter_table.sgml | 11 |
1 files changed, 0 insertions, 11 deletions
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 ] <replaceable class="PARAMETER">name</replaceable> ALTER [ COLUMN ] <replaceable class="PARAMETER">column_name</replaceable> SET STORAGE { PLAIN | EXTERNAL | EXTENDED | MAIN } ADD <replaceable class="PARAMETER">table_constraint</replaceable> [ NOT VALID ] ADD <replaceable class="PARAMETER">table_constraint_using_index</replaceable> - ALTER CONSTRAINT <replaceable class="PARAMETER">constraint_name</replaceable> [ DEFERRABLE | NOT DEFERRABLE ] [ INITIALLY DEFERRED | INITIALLY IMMEDIATE ] VALIDATE CONSTRAINT <replaceable class="PARAMETER">constraint_name</replaceable> DROP CONSTRAINT [ IF EXISTS ] <replaceable class="PARAMETER">constraint_name</replaceable> [ RESTRICT | CASCADE ] DISABLE TRIGGER [ <replaceable class="PARAMETER">trigger_name</replaceable> | ALL | USER ] @@ -318,16 +317,6 @@ ALTER TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable> </varlistentry> <varlistentry> - <term><literal>ALTER CONSTRAINT</literal></term> - <listitem> - <para> - This form alters the attributes of a constraint that was previously - created. Currently only foreign key constraints may be altered. - </para> - </listitem> - </varlistentry> - - <varlistentry> <term><literal>VALIDATE CONSTRAINT</literal></term> <listitem> <para> |