Re: foreign keys
Ian Turner <vectro@pipeline.com>
From: <vectro@pipeline.com>
To: Stephan Szabo <sszabo@megazone23.bigpanda.com>
Cc: radek.stachowiak@alter.pl, pgsql-general@postgresql.org
Date: 2000-08-07T00:06:27Z
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