Re: libpq - extending PQexecParams/PQexecPrepared to specify resultFormat for individual result columns

Поиск
Список
Период
Сортировка
От Andrew Chernow
Тема Re: libpq - extending PQexecParams/PQexecPrepared to specify resultFormat for individual result columns
Дата
Msg-id 4AEF048A.1090402@esilo.com
обсуждение исходный текст
Ответ на libpq - extending PQexecParams/PQexecPrepared to specify resultFormat for individual result columns  (Ivo Raisr <ivosh@ivosh.net>)
Список pgsql-hackers
Ivo Raisr wrote:
> Hi guys,
> I hacked PostgreSQL 8.4.1 libpq and added a new function to specify
> resultFormat for individual result columns.
> Are you interested in a patch?
> 
> (http://www.postgresql.org/docs/8.4/interactive/libpq-exec.html says:
> There is not currently a provision to obtain different result columns
> in different formats, although that is possible in the underlying
> protocol.
> So I made this possible.)
> 

Can you explain the use case for this?  Have you investigated libpqtypes?

-- 
Andrew Chernow
eSilo, LLC
every bit counts
http://www.esilo.com/


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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: libpq - extending PQexecParams/PQexecPrepared to specify resultFormat for individual result columns
Следующее
От: Tom Lane
Дата:
Сообщение: Some notes about Param handling with "Oracle style" plpgsql variables