foreign key

From: "Arindam Guha" <arindam_guha(at)hotmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: foreign key
Date: 2000-04-12 19:03:51
Message-ID: 20000412230351.60719.qmail@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

How to avoid updation anomaly like this :

While trying to update in the parent table it says child record exists
and
while trying to update in the child table it says parent record exists

I am trying to update the foreign key column in both the tables ?

Also how to delete a foreign key constraint ?

Thanks
Arindam
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message D.N.MURTY 2000-04-12 19:16:38 query from D. N. Murty
Previous Message Tom Lane 2000-04-12 18:10:50 Re: UNION support for rules