Re: [HACKERS] Inherited Table

2001-09-06 Thread Oliver Elphick
Peter Harvey wrote: >Yes. But pgsql does not support multiple inheritance (from what I can >tell)... In fact it does: create table child (col1 text) inherits (parent1, parent2); Identically named and typed columns in the parents are merged. -- Oliver Elphick

Re: [HACKERS] Inherited Table

2001-09-06 Thread Hannu Krosing
Peter Harvey wrote: > > Anyone know how inherited tables are shown on an ERD... both the table > and the connector (if any)? > > What I am looking for is how to draw this in the diagram. An old S-Designor does it so: ---(end of broadcast)--- TI

[HACKERS] Inherited Table

2001-09-06 Thread Peter Harvey
Anyone know how inherited tables are shown on an ERD... both the table and the connector (if any)? What I am looking for is how to draw this in the diagram. Peter -- +--- | Data Architect | your data; how you want it | http://www.codebydesign.com +--