booktown=# CREATE TABLE distinguished_authors (award text)
booktown-# INHERITS (authors): CREATE
booktown=# \d distinguished_authors Table "distinguished_authors"
Attribute | Type Modifier
id | integer | not null
lastjiame text |
firstjiame | text
award text
Как видите, несмотря на то что в листинге 7.11 определено всего одно поле, таблица distinguished_authors унаследовала все поля исходной таблицы authors.