Re: Two foreign keys in one table both referencing same record in primary table gives error on update of primary table - Mailing list pgsql-bugs

From Stephan Szabo
Subject Re: Two foreign keys in one table both referencing same record in primary table gives error on update of primary table
Date
Msg-id Pine.BSF.4.21.0107181455240.32124-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Two foreign keys in one table both referencing same record in primary table gives error on update of primary table  (pgsql-bugs@postgresql.org)
List pgsql-bugs
Yes, it's because it sees the intermediate
state (6,1) when it shouldn't (it processes
each foreign key separately and does the cascade
update which places it in an "invalid" state
since the 1 key no longer exists).

I believe the fixes I've been working on for deferred
constraints will make this case work as well.

On Wed, 18 Jul 2001 pgsql-bugs@postgresql.org wrote:

> Bob Soeters (bob@iway.nl) reports a bug with a severity of 2
> The lower the number the more severe it is.
>
> Short Description Two foreign keys in one table both referencing same
> record in primary table gives error on update of primary table

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Two foreign keys in one table both referencing same record in primary table gives error on update of primary table
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: ERROR: CreateTrigger: function check_primary_key() does not exist