Generalization Hierarchies & Table Inheritance - Mailing list pgsql-novice

From Richard Broersma Jr
Subject Generalization Hierarchies & Table Inheritance
Date
Msg-id 20060202183850.88151.qmail@web31808.mail.mud.yahoo.com
Whole thread Raw
List pgsql-novice
This is a novice question from a newbie regarding mapping ERD generalization hierarchies (GH) schema using table
inheritancein Postgresql. 

There are cases where the specialization tables in a generalization hierarchy allow overlapping to occur.  To
illustratethis point with an example,  a GH for employee could have a generalized table employee and overlapping
specializedtables Manager and Programmer.  An employee that was both a manager and a programmer would have a record
insertedinto each specialized table. 

My question is, will the generalized table have duplicate records for this employee or will uniqueness be maintained?
Orare rules and triggers required to maintain normalization of the generalized table. 

Regards,

Richard B.

pgsql-novice by date:

Previous
From: Michael Swierczek
Date:
Subject: pg_dump - sort data?
Next
From: Darren R
Date:
Subject: Re: pg_dump - sort data?