Problem with inheritance - Mailing list pgsql-general

From Alfonso Peniche
Subject Problem with inheritance
Date
Msg-id 3A71A11C.80D58469@iteso.mx
Whole thread Raw
Responses Re: Problem with inheritance  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Problem with inheritance  (Marc SCHAEFER <schaefer@alphanet.ch>)
Re: Problem with inheritance  ("Oliver Elphick" <olly@lfix.co.uk>)
List pgsql-general
Hi all....

I have the following inheritance relation:

          user
              |
   ----------
   |                    |
student      employee

If I insert John into table student, how can I insert him afterwards so
that he is also an employee (this could happen several days later)?

Thanx

Alfonso Peniche


pgsql-general by date:

Previous
From: Frank Joerdens
Date:
Subject: Re: Performance: Unix sockets vs. TCP/IP sockets
Next
From: Tom Lane
Date:
Subject: Re: Problem with inheritance