ALTER TABLE <mytable> DROP CONSTRAINT IF EXISTS <myconstraint> ?

From: Andreas Joseph Krogh <andreak(at)officenet(dot)no>
To: pgsql-sql(at)postgresql(dot)org
Subject: ALTER TABLE <mytable> DROP CONSTRAINT IF EXISTS <myconstraint> ?
Date: 2008-01-23 10:25:44
Message-ID: 200801231125.44180.andreak@officenet.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Does PG have any way of doing $subject without writing a plpgsql-function
which does it by querying the catalog manually?

I'm looking for an equivalent of "DROP TABLE IF EXISTS <mytable>"

--
Andreas Joseph Krogh <andreak(at)officenet(dot)no>
Senior Software Developer / Manager
------------------------+---------------------------------------------+
OfficeNet AS | The most difficult thing in the world is to |
Karenslyst Allé 11 | know how to do a thing and to watch |
PO. Box 529 Skøyen | somebody else doing it wrong, without |
0214 Oslo | comment. |
NORWAY | |
Tlf: +47 24 15 38 90 | |
Fax: +47 24 15 38 91 | |
Mobile: +47 909 56 963 | |
------------------------+---------------------------------------------+

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message iuri de araujo sampaio 2008-01-24 08:06:58 date format
Previous Message Tom Lane 2008-01-22 17:13:33 Re: TIMESTAMP comparison problem