From: | "Christian Marschalek" <cm(at)chello(dot)at> |
---|---|
To: | "'Len Morgan'" <len-morgan(at)crcom(dot)net> |
Cc: | "[GENERAL] PostgreSQL" <pgsql-general(at)postgresql(dot)org> |
Subject: | RE: Supertypes? |
Date: | 2001-03-27 13:37:52 |
Message-ID: | 000101c0b6c3$1f88a260$0200a8c0@server |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Guess it's inheritance.. Quite the same as it is in C++
Well no big deal if pg does not support it. It's just because we learned
some rules about data redundancy :o)
Thanks!
> -----Original Message-----
> From: Len Morgan [mailto:len-morgan(at)crcom(dot)net]
> Sent: Tuesday, March 27, 2001 3:10 PM
> To: Christian Marschalek; [GENERAL] PostgreSQL
> Subject: Re: [GENERAL] Supertypes?
>
>
> 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:58:39 | RE: Supertypes? |
Previous Message | Len Morgan | 2001-03-27 13:10:05 | Re: Supertypes? |