Re: [GENERAL] Referential integrity

From: "amy cheng" <amycq(at)hotmail(dot)com>
To: grupoitem(at)ctv(dot)es, pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] Referential integrity
Date: 1999-08-31 06:35:06
Message-ID: 19990831133506.37542.qmail@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

no direct support yet. but you can use triggers. you can find the
trigggers in c in the source's contri/refin.c , also, you can find
them in the source's test directory (file name like triggers.sql(?)).

this question is asked n-times (n>=20 (?)). So, in this listing,
also the novice listing, search the "referential integrity" or/and
"foreign key", you will find a lot.

hope this will help.

amy

>From: "Pablo Sentis" <grupoitem(at)ctv(dot)es>
>To: "PostgreSQL mailing list" <pgsql-general(at)postgreSQL(dot)org>
>Subject: [GENERAL] Referential integrity
>Date: Tue, 31 Aug 1999 12:09:19 +0200
>
>Newbie question:
>
>I dont know how to work with referential integrity in Postgresql :
>Could someone help me?
>

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

Browse pgsql-general by date

  From Date Subject
Next Message amy cheng 1999-08-31 09:01:14 do delete/insert instead of update if name changes
Previous Message amy cheng 1999-08-31 06:29:02 Re: [GENERAL] Database Best Practices ???