Re: foreign key constraints, cannot delete

From: Josh Close <narshe(at)gmail(dot)com>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>, Josh Close <narshe(at)gmail(dot)com>, POSTGRES <pgsql-general(at)postgresql(dot)org>
Subject: Re: foreign key constraints, cannot delete
Date: 2004-10-08 21:21:01
Message-ID: 4a0cafe204100814213eba26a9@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 8 Oct 2004 23:15:24 +0200, Martijn van Oosterhout
<kleptog(at)svana(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2004-10-09 00:14:50 Re: foreign key constraints, cannot delete
Previous Message Martijn van Oosterhout 2004-10-08 21:15:24 Re: foreign key constraints, cannot delete