Re: record OID to table - Mailing list pgsql-general

From Michael Fuhr
Subject Re: record OID to table
Date
Msg-id 20060303174345.GA52261@winnie.fuhr.org
Whole thread Raw
In response to record OID to table  ("Yudie Pg" <yudiepg@gmail.com>)
List pgsql-general
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

pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: record OID to table
Next
From: Abbath
Date:
Subject: Re: tsearch2 match substrings