Re: Referential integrity problem postgresql 7.2 ?
Stephan Szabo <sszabo@megazone23.bigpanda.com>
From: Stephan Szabo <sszabo@megazone23.bigpanda.com>
To: "Stephen R. van den Berg" <srb@cuci.nl>
Cc: <pgsql-bugs@postgresql.org>
Date: 2002-06-11T17:54:27Z
Lists: pgsql-bugs, pgsql-hackers
On Mon, 10 Jun 2002, Stephen R. van den Berg wrote: > Should the following piece of code cause an: > ERROR: <unnamed> referential integrity violation - key referenced > from b not found in a > Or should it work because the check is deferred and in the > end no violations are present? It should work (and does in current sources). If you look in the archives you should be able to get info on how to patch 7.2 (it came up recently, I'm not sure which list, and Tom Lane sent the message in question).