Re: Supertypes?

From: Jason Earl <jdearl(at)yahoo(dot)com>
To: Christian Marschalek <cm(at)chello(dot)at>, "\[GENERAL\] PostgreSQL" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Supertypes?
Date: 2001-03-27 21:01:36
Message-ID: 20010327210136.96727.qmail@web10003.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I believe that what you are looking for is
inheritance.

http://postgresql.readysetnet.com/devel-corner/docs/user/inherit.html

I hope this is helpful,
Jason Earl

--- Christian Marschalek <cm(at)chello(dot)at> wrote:
> 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

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/?.refer=text

In response to

  • Supertypes? at 2001-03-27 13:06:10 from Christian Marschalek

Browse pgsql-general by date

  From Date Subject
Next Message Alex Howansky 2001-03-27 21:10:33 Re: Logging Queries
Previous Message thomas graichen 2001-03-27 21:00:40 Re: Re: Call for platforms