Re: Column info without executing query

Поиск
Список
Период
Сортировка
От Erik Jones
Тема Re: Column info without executing query
Дата
Msg-id 44C01C14.8000109@myemma.com
обсуждение исходный текст
Ответ на Column info without executing query  (Dan Strömberg <dan.stromberg@stockholm.bonet.se>)
Список pgsql-general
Dan Strömberg wrote:
> Hi List !
>
> I would like to know if it is possible to find out the datatypes in
> the resultset of a query or a set returning
> function without actually executing them ?
Well for result sets of queries on tables there is always the
pg_attribute catalog table.

See:
http://www.postgresql.org/docs/8.1/interactive/catalog-pg-attribute.html

--
erik jones <erik@myemma.com>
software development
emma(r)


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

Предыдущее
От: "Florian G. Pflug"
Дата:
Сообщение: Re: calling stored procedure using ECPG
Следующее
От: Greg Philpott
Дата:
Сообщение: setting serial start value