BUG #3296: CASCADING FKs dont DEFER

From: "S(dot) Robert James" <srobertjames(at)vesaria(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #3296: CASCADING FKs dont DEFER
Date: 2007-05-22 08:24:00
Message-ID: 200705220824.l4M8O0nT067095@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 3296
Logged by: S. Robert James
Email address: srobertjames(at)vesaria(dot)com
PostgreSQL version: 8.1
Operating system: Linux
Description: CASCADING FKs dont DEFER
Details:

If a FK is set to ON DELETE CASCADE DEFERRABLE INITIALLY DEFERRED, it does
not honor the defer.

That is, if you DELETE a record and then INSERT it back, you still get a FK
deletion of the referencing record. This seems to ignore DEFERRED.

I did not seem to get this on 8.2 / Windows

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Max Khon 2007-05-22 08:29:50 Re: ON DELETE CASCADE with multiple paths
Previous Message Tom Lane 2007-05-22 02:51:47 Re: BUG #3277: error occurs between different versions