Re: foreign key constraints, cannot delete - Mailing list pgsql-general

From Josh Close
Subject Re: foreign key constraints, cannot delete
Date
Msg-id 4a0cafe204100814213eba26a9@mail.gmail.com
Whole thread Raw
In response to Re: foreign key constraints, cannot delete  (Martijn van Oosterhout <kleptog@svana.org>)
Responses Re: foreign key constraints, cannot delete  (Michael Fuhr <mike@fuhr.org>)
List pgsql-general
On Fri, 8 Oct 2004 23:15:24 +0200, Martijn van Oosterhout
<kleptog@svana.org> wrote:
> You havn't posted the exact error message. You'll have to if you want
> people to properly explain what's going on...

update or delete on "tblheadings" violates foreign key constraint "$1"
on "tblheadings" DETAIL: Key (iid)=(22) is still referenced from table
"tblheadings"

-Josh

pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: foreign key constraints, cannot delete
Next
From: Michael Fuhr
Date:
Subject: Re: foreign key constraints, cannot delete