Re: table inheritance

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Renaud Thonnart <thonnart(at)amwdb(dot)u-strasbg(dot)fr>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: table inheritance
Date: 2001-05-31 15:33:48
Message-ID: Pine.BSF.4.21.0105310833020.11460-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Renaud Thonnart 2001-05-31 15:42:38 Re: table inheritance
Previous Message Ken Causey 2001-05-31 15:33:44 Re: PostgreSQL security concerns