Re: Anonymous record type and inner types.

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Anonymous record type and inner types.
Дата
Msg-id 201107010636.27301.adrian.klaver@gmail.com
обсуждение исходный текст
Ответ на Anonymous record type and inner types.  (Ronan Dunklau <rdunklau@gmail.com>)
Список pgsql-general
On Friday, July 01, 2011 1:37:44 am Ronan Dunklau wrote:
> Hello.
>
> Sorry if this question has already been asked, but I couldn't find the
> answer anywhere.
>
> When I execute a statement such as "Select (an_int, a_varchar) as a_record
> from test, the type returned for a_record is "record" (oid 2249).
>
> Is the "inner type" information propagated somehow (that an_int is an
> integer, and a_varchar a varchar) ?

See below for complete information:
http://www.postgresql.org/docs/9.0/interactive/sql-expressions.html#SQL-SYNTAX-
ROW-CONSTRUCTORS

>
> If so, is it easily accessible in client libraries ? I'm using psycopg2 for
> python, which itself uses libpq.
>
> Thanks.
>
> Regards,
>
> --
> Ronan Dunklau

--
Adrian Klaver
adrian.klaver@gmail.com

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

Предыдущее
От: "David Johnston"
Дата:
Сообщение: Re: question about query
Следующее
От: AI Rumman
Дата:
Сообщение: \i command in dblink