Re: ON DELETE CASCADE with multiple paths in PostgreSQL 9.x

From: Anton Dedov <adedov(at)parallels(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: ON DELETE CASCADE with multiple paths in PostgreSQL 9.x
Date: 2011-06-07 18:15:27
Message-ID: FF245ECD4A06A74CB173E6E0D7D9BB8701155802F0C1@NSK-MBOX.sw.swsoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

I though that following message provided evidence for bug: http://archives.postgresql.org/pgsql-bugs/2007-05/msg00135.php

--
Anton Dedov

________________________________________
From: Tom Lane [tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Tuesday, June 07, 2011 7:33 PM
To: Anton Dedov
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: [BUGS] ON DELETE CASCADE with multiple paths in PostgreSQL 9.x

Anton Dedov <adedov(at)parallels(dot)com> writes:
> We are using patched version of PostgreSQL 8.1 in order to work-around
> bug described in
> http://archives.postgresql.org/pgsql-bugs/2007-05/msg00130.php. Now, we
> are going to upgrade to 9.0 and it also would be great to get rid of
> patch as it makes keeping database engine current too expensive task.
> I've checked 9.0 and it seems that undesirable behavior is still there.
> Is there any plans to fix it in future releases?

It wasn't a bug then, and it isn't a bug now. There is no guarantee of
the order in which FK constraints will be checked.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Noah Misch 2011-06-07 19:02:28 Re: BUG #6052: ADD COLUMN - ERROR: tables can have at most 1600 columns
Previous Message Robert Haas 2011-06-07 18:05:10 Re: BUG #6041: Unlogged table was created bad in slave node