Re: table inheritance - Mailing list pgsql-general

From Bruce Momjian
Subject Re: table inheritance
Date
Msg-id 200106100124.f5A1OkI14725@candle.pha.pa.us
Whole thread Raw
In response to Re: table inheritance  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List 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.

TODO updated:

* Allow inherited tables to inherit index, UNIQUE constraint, and
  primary key, foreign key  [inheritance]

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-general by date:

Previous
From: "Tim Mickol"
Date:
Subject: PGDG?
Next
From: Bruce Momjian
Date:
Subject: Re: Functionality