| From: | "Jackson, DeJuan" <djackson(at)cpsgroup(dot)com> |
|---|---|
| To: | Anand Surelia <anand(at)bytekinc(dot)com>, pgsql-general(at)postgreSQL(dot)org |
| Subject: | RE: [GENERAL] Re:Foreign Keys |
| Date: | 1998-09-21 18:32:05 |
| Message-ID: | F10BB1FAF801D111829B0060971D839F41B5F8@cpsmail |
| Views: | Whole Thread | Raw Message | 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.
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Anand Surelia | 1998-09-21 19:05:52 | Foreign Keys: check_primary_function |
| Previous Message | Deslippe, Michael | 1998-09-21 18:05:49 |