Re:Foreign Keys

From: Anand Surelia <anand(at)bytekinc(dot)com>
To: "pgsql-general(at)postgreSQL(dot)org" <pgsql-general(at)postgreSQL(dot)org>
Subject: Re:Foreign Keys
Date: 1998-09-18 17:56:42
Message-ID: 36029EDA.EAE6FC44@bytekinc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
I've managed to hack the code for check_primary_key. It now allows for a
option
[automatic|dependent]. It'll automatically insert into the parent table
if the primary key doesn't exists in the parent table and if the option
is "automatic". It works the same as before if the option is
"dependent".
If anybody is interested I might polish the code a bit and post to the
list.

Thanks,
Anand.

Browse pgsql-general by date

  From Date Subject
Next Message Mr Richard Wang 1998-09-18 20:24:30 Redhat Postgres 6.3
Previous Message Wim Ceulemans 1998-09-18 17:47:35 Re: [GENERAL] slow queries