Re: Referential Integrity problem

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Referential Integrity problem
Дата
Msg-id 20030318160621.X45066-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Referential Integrity problem  (James Gregory <james@anchor.net.au>)
Ответы Re: Referential Integrity problem  (James Gregory <james@anchor.net.au>)
Список pgsql-general
On 19 Mar 2003, James Gregory wrote:

> I hope this one is just some misunderstanding on my part.

Referential integrity constraints currently apply only to the explicitly
named table.  In addition, the saleable_item primary key on id is not
inherited by product (and so there can be duplicates in product - even if
you put a unique constraint on product(id), you still can have duplicates
between saleable_item and product).



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

Предыдущее
От: James Gregory
Дата:
Сообщение: Referential Integrity problem
Следующее
От: Josh Berkus
Дата:
Сообщение: Limitations in PL/perl