Re: BUG #1195: foreignkey-bug

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "Michael Groth" <m(dot)groth(at)10grad(dot)de>, "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #1195: foreignkey-bug
Date: 2004-07-18 15:40:45
Message-ID: 200407181740.45202.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message PostgreSQL Bugs List 2004-07-18 15:48:27 BUG #1196: I can not to install Postgresql-7.4.3
Previous Message PostgreSQL Bugs List 2004-07-18 14:12:07 BUG #1195: foreignkey-bug