inheritance/oid questions - Mailing list pgsql-hackers

From Alex Pilosov
Subject inheritance/oid questions
Date
Msg-id Pine.BSO.4.10.10010071948360.19791-100000@spider.pilosoft.com
Whole thread Raw
List 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



pgsql-hackers by date:

Previous
From: Alex Pilosov
Date:
Subject: Re: Patch for TNS services
Next
From: Alex Pilosov
Date:
Subject: inheritance question 2/ref integrity