On Fri, Mar 03, 2006 at 11:31:40AM -0600, Yudie Pg wrote:
> How can I possible to find out what table a record belong to
> from record's oid?
You can't, short of querying every table that has an oid column.
However, you could determine the table from the record's tableoid
column.
Where are you getting the oid? Could you tell us more about what
you're trying to do?
--
Michael Fuhr