Re: table inheritance - Mailing list pgsql-general

From Renaud Thonnart
Subject Re: table inheritance
Date
Msg-id 3B16666E.4BF08C36@amwdb.u-strasbg.fr
Whole thread Raw
In response to table inheritance  (Renaud Thonnart <thonnart@amwdb.u-strasbg.fr>)
List 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 by date:

Previous
From: Andrew Sullivan
Date:
Subject: Getting trigger names on a table
Next
From: Stephan Szabo
Date:
Subject: Re: table inheritance