Re: Inheritance - Mailing list pgsql-novice

From Bruno Wolff III
Subject Re: Inheritance
Date
Msg-id 20041221145458.GD8895@wolff.to
Whole thread Raw
In response to Re: Inheritance  ("Tjibbe Rijpma" <t.b.rijpma@student.tudelft.nl>)
List pgsql-novice
On Tue, Dec 21, 2004 at 09:27:05 +0100,
  Tjibbe Rijpma <t.b.rijpma@student.tudelft.nl> wrote:
> When will the function inheritence be futher development? That Primary keys
> work wil on both parent and child table.

When someone does the work. This has been an open issue for a long time
and it doesn't seem to be a high priority for anyone.

> Now a use one table and several table with the same foreign keys to that
> table. And a function have to do two insert of update actions.

One reason that it probably isn't a high priority is you can do a lot of
the same stuff using views instead of inheritence.

pgsql-novice by date:

Previous
From: "Keith Worthington"
Date:
Subject: Re: CAST and timestamp
Next
From: "Keith Worthington"
Date:
Subject: FOUND variable