Problem with inheritance

Alfonso Peniche <alfonso@iteso.mx>

From: Alfonso Peniche <alfonso@iteso.mx>
To: pgsql-general@postgresql.org
Date: 2001-01-26T16:09:00Z
Lists: 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