Re: Problem with FOREIGN KEY - Mailing list pgsql-sql

From D'Arcy J.M. Cain
Subject Re: Problem with FOREIGN KEY
Date
Msg-id 20080422120142.c87d8f04.darcy@druid.net
Whole thread Raw
In response to Problem with FOREIGN KEY  ("Вадим Жерновой |Vadim Zhernovoi|" <vadim.zhernovoi@gmail.com>)
List pgsql-sql
On Tue, 22 Apr 2008 18:26:19 +0300
"????? ???????? |Vadim Zhernovoi|" <vadim.zhernovoi@gmail.com> wrote:
> I have a Problem with Foreign key query...i've posted the code on
> http://pgsl.privatepaste.com/e44p3Orqiq, so it have syntax higlight.
> Please, need help!

That message is not telling you the the referenced table doesn't have
the field.  It is saying that the referenced table does not have a
matching row for one or more rows in the table being checked.  In other
words it is checking your existing data exactly the same as it will
check new data that you insert.  Your database is already violating the
rule that you are trying to enforce with the new constraint.

Also, I am pretty sure that you do not want the constraint
FK1_SecurityRolePermission that you created on SecurityRole.  What do
you think that will accomplish?

--
D'Arcy J.M. Cain <darcy@druid.net>         |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 425 1212     (DoD#0082)    (eNTP)   |  what's for dinner.


pgsql-sql by date:

Previous
From: Erik Jones
Date:
Subject: Re: Problem with FOREIGN KEY
Next
From: Tarlika Elisabeth Schmitz
Date:
Subject: extracting words