On Wed, 12 May 2004 felix-lists-pgsql@crowfix.com wrote:
> Table aa inherits its primary key from table a, and table b references
> a's primary key.
Currently, tables do not inherit primary keys, unique constraints or
references constraints. This is a known deficiency with inheritance
currently.