A minor error in "5.8 Inheritance" - Mailing list pgsql-docs

From Taiki Yamaguchi
Subject A minor error in "5.8 Inheritance"
Date
Msg-id 456A68FC.70106@sra.co.jp
Whole thread Raw
Responses Re: A minor error in "5.8 Inheritance"
List pgsql-docs
Hi,

I found a small error in "5.8 Inheritance" where it says:


Check constraints can be defined on tables within an inheritance
hierarchy. All check constraints on a parent table are automatically
inherited by all of its children. Other types of constraints are not
inherited, however.


However, "not null" constraints also will be inherited. Unique
constraints, primary key and foreign keys are not.


--
Taiki Yamaguchi


pgsql-docs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: PostgreSQL Documentation of High Availability and
Next
From: Tom Lane
Date:
Subject: Re: A minor error in "5.8 Inheritance"