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

From Martijn van Oosterhout
Subject Re: record OID to table
Date
Msg-id 20060303173731.GD17615@svana.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. An OID doesn't identify the record since it's not guarenteed
to be unique (usually). In a query you can use tableoid but that's
about it.

Hope this helps,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

Attachment

pgsql-general by date:

Previous
From: "Yudie Pg"
Date:
Subject: record OID to table
Next
From: Michael Fuhr
Date:
Subject: Re: record OID to table