DROP CONSTRAINT IF EXISTS - Mailing list pgsql-bugs

From
Subject DROP CONSTRAINT IF EXISTS
Date
Msg-id 3DFFB0670A395946974CE996C72073241C496AB2@NDHMC4SXCH.gdc4s.com
Whole thread Raw
Responses Re: DROP CONSTRAINT IF EXISTS  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The sql statement  'ALTER TABLE <table name> DROP CONSTRAINT IF EXISTS
<constraint-name>' returns with a syntax error on exists.  The
documentation states that the IF EXISTS clause is allowed in DROP
CONSTRAINT statements.

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Re: BUG #5614: Varchar column (with DEFAULT NULL) stores 'UL' value instead of null
Next
From: Tom Lane
Date:
Subject: Re: DROP CONSTRAINT IF EXISTS