Tables names from query

Поиск
Список
Период
Сортировка
От Philip Shiels
Тема Tables names from query
Дата
Msg-id 36D15B0D.B57DB69C@jrc.it
обсуждение исходный текст
Ответы Re: [INTERFACES] Tables names from query  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-interfaces
I'm currently developing a postgres DB backend to my current project and have
the following problem. If I execute a query I need to know the table the
returning fields belong to. For example :

SELECT x.y, z.y from x, y where x.key = z.key

The problem with the above is that I get back 2 fields called 'y' and have no
way of knowing from which tables they've come from. The query is arbitrary so I
cannot assume table order in the SQL statement (Icannot assume anything about
the query except that it's a SELECT).

What information from the 'C' or 'C++' APIs can help ?

Is there is a way of identifying the originating tables ?

Thanks
        Philip
--------------------------------------------------------------------------
Philip Shiels     E-Mail:Philip.Shiels@jrc.it      JRC Ispra, Italy, TP270
GIST:http://gist.jrc.it CEO:http://www.ceo.org GEM:http://gem.jrc.it

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

Предыдущее
От: Dave Page
Дата:
Сообщение: RE: [INTERFACES] pgAdmin 6.4.3 Released
Следующее
От: tolik@icomm.ru (Anatoly K. Lasareff)
Дата:
Сообщение: Re: [INTERFACES] Tables names from query