Re: foreign keys - Mailing list pgsql-general

From
Subject Re: foreign keys
Date
Msg-id Pine.LNX.4.10.10008061705300.24207-100000@nemo.house
Whole thread Raw
In response to Re: foreign keys  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Responses Re: foreign keys  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-general
> Seriously, for foreign key constraints, you can remove them by removing
> the rows in pg_trigger that are associated with them.  If they're unnamed,
> you'll have to use the data in tgargs to determine which is the correct
> one.

Perhaps we should come up with a better naming convention than <unnamed>
for unnamed constraints? Like is done with implied indices and sequences.

Ian


pgsql-general by date:

Previous
From: mikeo
Date:
Subject: foreign key perl code
Next
From:
Date:
Subject: Re: [HACKERS] Re: Trouble with float4 afterupgrading from 6.5.3 to 7.0.2