Re: table inheritance

Поиск
Список
Период
Сортировка
От Renaud Thonnart
Тема Re: table inheritance
Дата
Msg-id 3B16666E.4BF08C36@amwdb.u-strasbg.fr
обсуждение исходный текст
Ответ на table inheritance  (Renaud Thonnart <thonnart@amwdb.u-strasbg.fr>)
Список pgsql-general
Thanks for your help Stephan !
Renaud

Stephan Szabo wrote:

> On Thu, 31 May 2001, Renaud Thonnart wrote:
>
> > Hi all!
> >
> > I would like to know if a table that inherits an other does also inherit
> > of the constraints,triggers,...  of the parent table because it is not
> > mentioned in the PostgreSQL guide.
>
> AFAIK, Not null and Check constraints are inherited.  Unique, Primary Key,
> Foreign Key and user triggers are not.


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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Getting trigger names on a table
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: table inheritance