Re: Inherited table identification possible

Поиск
Список
Период
Сортировка
От Jonathan S. Katz
Тема Re: Inherited table identification possible
Дата
Msg-id D5CD4072-638C-4270-864D-801F63144585@excoventures.com
обсуждение исходный текст
Ответ на Inherited table identification possible  (George Woodring <george.woodring@iglass.net>)
Список pgsql-sql
On May 24, 2012, at 2:01 PM, George Woodring wrote:

Is it possible to identify which inherited table data came from in a query?  We have a table that has 3 inherited tables attached to it.  I am looking for a way to identify the source of the data.  

My only thought would be to add a column to the tables that identify the table.  I was just checking if there was a way to do it without the column.

There is a special column on every row of your table called "tableoid" which identifies the original relation the row belongs to.  This identifier can be matched up to the name of the relation in the pg_class table.


Jonathan

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

Предыдущее
От: George Woodring
Дата:
Сообщение: Inherited table identification possible
Следующее
От: Stephen Belcher
Дата:
Сообщение: Re: Inherited table identification possible