Re: foreign keys

From: <vectro(at)pipeline(dot)com>
To: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
Cc: radek(dot)stachowiak(at)alter(dot)pl, pgsql-general(at)postgresql(dot)org
Subject: Re: foreign keys
Date: 2000-08-07 00:06:27
Message-ID: Pine.LNX.4.10.10008061705300.24207-100000@nemo.house
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Morten W. Petersen 2000-08-07 09:59:00
Previous Message vectro 2000-08-07 00:04:28 Re: [HACKERS] Re: Trouble with float4 afterupgrading from 6.5.3 to 7.0.2