Re: Confusion about inheritance

From: Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>
To: felix-lists-pgsql(at)crowfix(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Confusion about inheritance
Date: 2004-05-12 16:31:18
Message-ID: 20040512092923.B76415@megazone.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 12 May 2004 felix-lists-pgsql(at)crowfix(dot)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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruno Wolff III 2004-05-12 17:23:31 Re: Washintonians and Oregonians
Previous Message felix-lists-pgsql 2004-05-12 16:16:34 Confusion about inheritance -- NEVER MIND