Re: Referential integrity problem postgresql 7.2 ? - Mailing list pgsql-bugs

From Billy O'Connor
Subject Re: Referential integrity problem postgresql 7.2 ?
Date
Msg-id 20020611174140.803A318@dps7.oconnoronline.net
Whole thread Raw
In response to Re: Referential integrity problem postgresql 7.2 ?  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-bugs
>From billy  Tue Jun 11 13:38:51 2002
   Date: Tue, 11 Jun 2002 10:54:27 -0700 (PDT)
   From: Stephan Szabo <sszabo@megazone23.bigpanda.com>
   Cc: <pgsql-bugs@postgresql.org>
   Sender: pgsql-bugs-owner@postgresql.org


   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).

I've verified that it does work in the current CVS checkout.

--
Billy O'Connor

pgsql-bugs by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Referential integrity problem postgresql 7.2 ?
Next
From: Tom Lane
Date:
Subject: Re: Referential integrity problem postgresql 7.2 ?