foreign key violation error with partitioned table - Mailing list pgsql-admin

From gunce orman
Subject foreign key violation error with partitioned table
Date
Msg-id 8e643fe60709060149x63704cf9p9f8a881cf3ce98f9@mail.gmail.com
Whole thread Raw
Responses Re: foreign key violation error with partitioned table  ("alfred.fazio@gmail.com" <alfred.fazio@gmail.com>)
List pgsql-admin
hello,

i have a partitioned table t_kayit with  6 partitions and kayit_id is primary key on this table. My other t_vto_sonuclari table use that kayit_id as foreign key. I'm trying to insert  values which contains kayit_id to t_vto_sonuclari and i'm sure those  kayit_ids are   in t_kayit table but  when i'm inserting , i had  error.

ERROR:  insert or update on table "t_vto_sonuclari" violates foreign key constraint "fk_t_kayit_kayit_id"
DETAIL:  Key(kayit_id)=(54168) is not present in table t_kayit


I created a new test table which is as same  as t_kayit but non partitioned . I create new foreign key on that t_vto_sonuclari which refers to the new test table.  In that case i didn't had that error.I could insert. what am i supposed to do for partitioned table?

pgsql-admin by date:

Previous
From: Daniel Rubio
Date:
Subject: Re: Can't login to 8.2.4 if not superuser...
Next
From: "Subbiah Stalin-XCGF84"
Date:
Subject: Postgres with Sun Cluster HA/Solaris 10