Alter table add foreign key

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: Alter table add foreign key
Date: 2002-08-15 15:48:44
Message-ID: 20020815084242.J86647-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


I'm planning on trying out a version
of the check done for foreign keys that does
a query on the fktable with a NOT EXISTS
subselect rather than the current run the
trigger for each row (thus doing one query
per row of the table). I want to see if this
tends to be faster than what we're doing now
and want to make sure noone has any general
objections to doing it this way (before
bothering to do it and timings).

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-08-15 15:54:17 Re: Open 7.3 items
Previous Message Bruce Momjian 2002-08-15 15:41:10 Re: Companies involved in development