Re: abuse of inheritance?

From: "Arguile" <arguile(at)lucentstudios(dot)com>
To: "Curt Sampson" <cjs(at)cynic(dot)net>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: abuse of inheritance?
Date: 2002-07-11 04:14:27
Message-ID: LLENKEMIODLDJNHBEFBOMEJGFAAA.arguile@lucentstudios.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Curt Sampson writes:
>
> So I'm ok with relational theory, I think, and I know OO pretty
> well, at least from a programmer's viewpoint.
>
> But I'm unsure about this table inheritance thing. What is the advantage
> of using inheritance over having a staff table with the staff columns
> and a FK into the contact table? What are the disadvantages? Can anyone
> point to some literature on this?

"The Third Manifesto" by CJ Date and Hugh Darwen is a great text for
exploring Object Relational ideas.

(These are the two who wrote the very popular "Guide to the SQL Standard")

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Lane 2002-07-11 06:04:49 Hardware for PG
Previous Message Curt Sampson 2002-07-11 03:57:36 Re: abuse of inheritance?