From: | "Len Morgan" <len-morgan(at)crcom(dot)net> |
---|---|
To: | "Christian Marschalek" <cm(at)chello(dot)at>, "[GENERAL] PostgreSQL" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Supertypes? |
Date: | 2001-03-27 13:10:05 |
Message-ID: | 001a01c0b6bf$4224f160$0908a8c0@H233.bstx.cc |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)chello(dot)at>
To: [GENERAL] PostgreSQL <pgsql-general(at)postgresql(dot)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
>
From | Date | Subject | |
---|---|---|---|
Next Message | Christian Marschalek | 2001-03-27 13:37:52 | RE: Supertypes? |
Previous Message | Christian Marschalek | 2001-03-27 13:06:10 | Supertypes? |