Re: Inheritance and Constraint

Поиск
Список
Период
Сортировка
От Chris
Тема Re: Inheritance and Constraint
Дата
Msg-id 39B6CD0B.69D98AC5@nimrod.itg.telecom.com.au
обсуждение исходный текст
Ответ на Inheritance and Constraint  (Alexandre FLAMENT <_alf@caramail.com>)
Список pgsql-general
Alexandre FLAMENT wrote:
>
> I made a table contenu, with idcontenu (of type serial) as
> primary key. A second table (image) inherits of contenu. The
> problem is the primary wasn't apply to the table image : I
> can insert two rows the same idcontenu. Is it normal ? How
> can I propagate the constraint ?

This is because unfortunately indexes are not currently inherited.
Everyone knows that they should be, but no-one has got around to
implementing it yet.

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

Предыдущее
От: "Martin A. Marques"
Дата:
Сообщение: postgresql-7.0.2 rpms
Следующее
От: Oliver Smith
Дата:
Сообщение: Re: That killer 3rd join...