Re: record OID to table

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: record OID to table
Дата
Msg-id 20060303173731.GD17615@svana.org
обсуждение исходный текст
Ответ на record OID to table  ("Yudie Pg" <yudiepg@gmail.com>)
Список 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.

Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: "Yudie Pg"
Дата:
Сообщение: record OID to table
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: record OID to table