Re: Dropping foreign key only if it exists

From: Viktor Bojović <viktor(dot)bojovic(at)gmail(dot)com>
To: Lukasz Brodziak <lukasz(dot)brodziak(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Dropping foreign key only if it exists
Date: 2011-04-20 11:02:50
Message-ID: BANLkTikxfjGFkvcHztReC-dsbzJv542NwQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

use this table:
http://www.postgresql.org/docs/8.3/static/catalog-pg-constraint.html
to check if it exists.

On Wed, Apr 20, 2011 at 12:46 PM, Lukasz Brodziak <lukasz(dot)brodziak(at)gmail(dot)com
> wrote:

> Hello,
>
> Is there a way of dropping a FK only if it exists. The thing is that I
> don't know if client has this FK on the table or not.
>
> --
> Łukasz Brodziak
> "What if everyting around You isn't quite as it seems,
> What if all the world You think You know is an inelaborate dream
> When You look at Your reflection is that all you want it to be
> What if You could look right through the cracks
> Would You find Yourself...... Find Yourself afraid to see"
>
> --
> Sent via pgsql-admin mailing list (pgsql-admin(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-admin
>

--
---------------------------------------
Viktor Bojović
---------------------------------------
Wherever I go, Murphy goes with me

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Lukasz Brodziak 2011-04-20 11:11:13 Re: Dropping foreign key only if it exists
Previous Message Lukasz Brodziak 2011-04-20 10:46:58 Dropping foreign key only if it exists