Re: BUG #1195: foreignkey-bug - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: BUG #1195: foreignkey-bug
Date
Msg-id 200407181740.45202.peter_e@gmx.net
Whole thread Raw
In response to BUG #1195: foreignkey-bug  ("PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>)
List pgsql-bugs
PostgreSQL Bugs List wrote:
> this constraint doesn't work correctly : 'FOREIGN KEY (id_1, id_2)
> REFERENCES table_1 ON DELETE CASCADE'
> adding records into table_2 the database sometimes said that there is
> no corresponding record in table_1, but there is.

Please provide a concrete, reproducible example.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

pgsql-bugs by date:

Previous
From: "PostgreSQL Bugs List"
Date:
Subject: BUG #1195: foreignkey-bug
Next
From: "PostgreSQL Bugs List"
Date:
Subject: BUG #1196: I can not to install Postgresql-7.4.3