How to incorporate exec sql describe select list ( available in sql server in postgres)

Поиск
Список
Период
Сортировка
От Prashanth - Kamath
Тема How to incorporate exec sql describe select list ( available in sql server in postgres)
Дата
Msg-id 20030212062313.19068.qmail@webmail27.rediffmail.com
обсуждение исходный текст
Список pgsql-sql
Hi,
I have requirement where for a select statement i need dbms column 
information like data type,precision,scale, length etc
In Oracle using "exec sql describe select list ..." it is possible 
to obtain the above information. In postgres descriptor is 
avaialble only after fetching from the cursor. This is not 
possbile through ecpg programming. But i was thinking whether it 
is possible to do with libpq programming. If so can anyone send me 
pointer to the code.

Regards
Prashanth Kamath



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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: What is wrong with this identification configuration?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: adding not null constraints on columns