Re: Referential integrity problem postgresql 7.2 ?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Stephan Szabo <sszabo@megazone23.bigpanda.com>
Cc: "Stephen R. van den Berg" <srb@cuci.nl>, pgsql-bugs@postgresql.org
Date: 2002-06-11T19:27:22Z
Lists: pgsql-bugs, pgsql-hackers
Stephan Szabo <sszabo@megazone23.bigpanda.com> writes: > As a related side note. The other part of the original patch (the NOT > EXISTS in the upd/del no action trigger) was rejected. For match > full and match unspecified the same result can be reached by doing another > query which may be better than the subquery. Do you think that'd be > better? No opinion offhand; can you show examples of the alternatives you have in mind? regards, tom lane