Re: Wire protocol: type-specific opt-in to binary format

Поиск
Список
Период
Сортировка
От Florian Pflug
Тема Re: Wire protocol: type-specific opt-in to binary format
Дата
Msg-id 28FEC0D9-8B0E-4B27-9A49-91DF18BA61A6@phlo.org
обсуждение исходный текст
Ответ на Wire protocol: type-specific opt-in to binary format  (Florian Weimer <fweimer@bfk.de>)
Ответы Re: Wire protocol: type-specific opt-in to binary format  (Florian Weimer <fweimer@bfk.de>)
Список pgsql-hackers
On Nov24, 2011, at 10:03 , Florian Weimer wrote:
> I would like to add functionality which allows a client to tell the
> server which types can be sent in binary format.  The immediate goal is
> to suppress hex quoting for BYTEA values, but it seems to make sense to
> make this functionality more general.

If you use the extended query protocol, the client can already choose
text vs. binary representation on a per-column basis. You can query the
result's column types by issuing a Describe message after the Parse message.
For each column you can then decide whether you want textual or binary
representation, and include that choice in the subsequent Bind message.

best regards,
Florian Pflug



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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: bug of recovery?
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Notes on implementing URI syntax for libpq