From: | Bruno Wolff III <bruno(at)wolff(dot)to> |
---|---|
To: | Tjibbe Rijpma <t(dot)b(dot)rijpma(at)student(dot)tudelft(dot)nl> |
Cc: | pgsql-novice(at)postgresql(dot)org |
Subject: | Re: Inheritance |
Date: | 2004-12-21 14:54:58 |
Message-ID: | 20041221145458.GD8895@wolff.to |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
On Tue, Dec 21, 2004 at 09:27:05 +0100,
Tjibbe Rijpma <t(dot)b(dot)rijpma(at)student(dot)tudelft(dot)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.
From | Date | Subject | |
---|---|---|---|
Next Message | Keith Worthington | 2004-12-21 14:56:13 | FOUND variable |
Previous Message | Keith Worthington | 2004-12-21 14:33:54 | Re: CAST and timestamp |