Re:Foreign Keys

Поиск
Список
Период
Сортировка
От Anand Surelia
Тема Re:Foreign Keys
Дата
Msg-id 36029EDA.EAE6FC44@bytekinc.com
обсуждение исходный текст
Ответ на Foreign Keys  (Anand Surelia <anand@bytekinc.com>)
Список 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.


В списке pgsql-general по дате отправления:

Предыдущее
От: Anand Surelia
Дата:
Сообщение: Foreign Key
Следующее
От: Stephen Davies
Дата:
Сообщение: SQLPrimaryKeys