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 kindof object this is?
-alex