A minor error in "5.8 Inheritance"

Поиск
Список
Период
Сортировка
От Taiki Yamaguchi
Тема A minor error in "5.8 Inheritance"
Дата
Msg-id 456A68FC.70106@sra.co.jp
обсуждение исходный текст
Ответы Re: A minor error in "5.8 Inheritance"  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: PostgreSQL Documentation of High Availability and
Следующее
От: Tom Lane
Дата:
Сообщение: Re: A minor error in "5.8 Inheritance"