Alfonso Peniche <[EMAIL PROTECTED]> writes: > 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)? If a student could also be an employee, then your table layout is fundamentally wrong. regards, tom lane
- [GENERAL] Problem with inheritance Alfonso Peniche
- Re: [GENERAL] Problem with inheritance Tom Lane
- Re: [GENERAL] Problem with inheritance Marc SCHAEFER
- Re: [GENERAL] Problem with inheritance Oliver Elphick