Postgresql inheritance workaround

Поиск
Список
Период
Сортировка
От Philippe Lang
Тема Postgresql inheritance workaround
Дата
Msg-id 6C0CF58A187DA5479245E0830AF84F4208053A@poweredge.attiksystem.ch
обсуждение исходный текст
Список pgsql-sql
Hi,

Because of the actual limitations of Postgresql inheritance mecanism
regarding constraints, I'm not willing to use it in my project, although
it's exactly the kind of idea I need:

In an order and manufacturing management system, several different items
can be ordered, each of them with specific input parameters.

Every item has its own table of "specific parameters", now, what is the
best use of PK/FK in order to maintain integrity between the order lines
and the items specific parameters tables?

Has anyone already done that before?

Thanks for your help, and for Posgresql by the way, which is really
great...

----------------------------------
Philippe Lang
Attik System


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

Предыдущее
От: "Joel Fradkin"
Дата:
Сообщение: Re: Speeds using a transaction vrs not
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Speeds using a transaction vrs not