Thread: Inheritance
View Single Post

   
  #4 (permalink)  
Old 04-17-2008, 09:17 PM
Bruno Wolff III
 
Posts: n/a
Default Re: Inheritance

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.

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Reply With Quote