RE: [GENERAL] Re:Foreign Keys

Поиск
Список
Период
Сортировка
От Jackson, DeJuan
Тема RE: [GENERAL] Re:Foreign Keys
Дата
Msg-id F10BB1FAF801D111829B0060971D839F41B5F8@cpsmail
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Mr Richard Wang
Дата:
Сообщение: [Fwd: Redhat Postgres 6.3]
Следующее
От: Anand Surelia
Дата:
Сообщение: Foreign Keys: check_primary_function