Re: How to determine the table a query or a views columns come from?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How to determine the table a query or a views columns come from?
Дата
Msg-id 9208.1141429993@sss.pgh.pa.us
обсуждение исходный текст
Ответ на How to determine the table a query or a views columns come from?  (Frank Church <pgsql@adontendev.net>)
Ответы Re: How to determine the table a query or a views columns come from?  (Frank Church <pgsql@adontendev.net>)
Re: REPOST: How to determine the table a query or a views columns come from?  (Frank Church <pgsql@adontendev.net>)
Список pgsql-general
Frank Church <pgsql@adontendev.net> writes:
> Is there way to determine the table a query or a view's columns come from?

Yeah, there's some support for that in the protocol.  libpq exposes it
as PQftable() and PQftablecol().

            regards, tom lane

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

Предыдущее
От: Frank Church
Дата:
Сообщение: How to determine the table a query or a views columns come from?
Следующее
От: Michael Glaesemann
Дата:
Сообщение: Re: Updates to my PostgreSQL Wiki