Re: inheritance

From: Richard Broersma Jr <rabroersma(at)yahoo(dot)com>
To: chester c young <chestercyoung(at)yahoo(dot)com>, sql pgsql <pgsql-sql(at)postgresql(dot)org>
Subject: Re: inheritance
Date: 2007-03-08 22:27:49
Message-ID: 512635.16116.qm@web31805.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

>
> it's my understanding that inheritance has become much stronger in 8.2,
> although it still only inherits parts of the table.

True. But from what I understand, the only new feature that was added to table-inheritance was the
ability to ALTER a table so that it inherits another table. Before this, I think table
inheritance could only be created from the CREATE TABLE statement.

Regards,
Richard Broersma Jr.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Shane Ambler 2007-03-09 00:50:21 Re: inheritance
Previous Message chester c young 2007-03-08 22:20:16 Re: inheritance