RE: [GENERAL] Re:Foreign Keys - Mailing list pgsql-general

From Jackson, DeJuan
Subject RE: [GENERAL] Re:Foreign Keys
Date
Msg-id F10BB1FAF801D111829B0060971D839F41B5F8@cpsmail
Whole thread Raw
List 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.
Send on, Anand.  you might also want to send a copy to the HACKERS list.
Did you make your option a final parameter so that it wouldn't break
existing apps?

        -DEJ

pgsql-general by date:

Previous
From: Mr Richard Wang
Date:
Subject: [Fwd: Redhat Postgres 6.3]
Next
From: Anand Surelia
Date:
Subject: Foreign Keys: check_primary_function