inheritance/oid questions

alex@pilosoft.com

From: Alex Pilosov <alex@pilosoft.com>
To: pgsql-hackers@postgresql.org
Date: 2000-10-07T23:51:38Z
Lists: pgsql-hackers
Suppose I have table a and b (b inherits a).

Then I do select * from a*;

Now, I'd like to know which table this particular row came from (a or b).
Is this possible? Or do I have to have a column where I'd store what kind
of object this is?

-alex