Re: Supertypes? - Mailing list pgsql-general

From Len Morgan
Subject Re: Supertypes?
Date
Msg-id 001a01c0b6bf$4224f160$0908a8c0@H233.bstx.cc
Whole thread Raw
In response to Supertypes?  ("Christian Marschalek" <cm@chello.at>)
Responses RE: Supertypes?  ("Christian Marschalek" <cm@chello.at>)
List pgsql-general
I believe you are talking about inheritance which Postgres does support.  I
suggest the User's Manual for the details.

len

-----Original Message-----
From: Christian Marschalek <cm@chello.at>
To: [GENERAL] PostgreSQL <pgsql-general@postgresql.org>
Date: Tuesday, March 27, 2001 7:08 AM
Subject: [GENERAL] Supertypes?


>In school we've learned about supertypes. I don't know if the raw
>translation is correct so here is an example:
>Supertype human with the attributes name,age,size.
>Now I can derrive types from it... For example -> employe with even more
>attributes like personal id.
>
>Can I realise this in PostgreSQL? And if yes, would anybody please
>explain how, or point me to the right documentation?
>
>Thanks and regards, Christian Marschalek
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 5: Have you checked our extensive FAQ?
>
>http://www.postgresql.org/users-lounge/docs/faq.html
>


pgsql-general by date:

Previous
From: "Christian Marschalek"
Date:
Subject: Supertypes?
Next
From: "Christian Marschalek"
Date:
Subject: RE: Supertypes?