Re: Proposal to provide the facility to set binary format output for specific OID's per session

Поиск
Список
Период
Сортировка
От Kyotaro Horiguchi
Тема Re: Proposal to provide the facility to set binary format output for specific OID's per session
Дата
Msg-id 20220725.120222.591725191825293584.horikyota.ntt@gmail.com
обсуждение исходный текст
Ответ на Proposal to provide the facility to set binary format output for specific OID's per session  (Dave Cramer <davecramer@gmail.com>)
Ответы Re: Proposal to provide the facility to set binary format output for specific OID's per session  (Dave Cramer <davecramer@gmail.com>)
Список pgsql-hackers
At Fri, 22 Jul 2022 11:00:18 -0400, Dave Cramer <davecramer@gmail.com> wrote in 
> As a proof of concept I provide the attached patch which implements the
> ability to specify which oids will be returned in binary format per
> session.
...
> Both the JDBC driver and the go driver can exploit this change with no
> changes. I haven't confirmed if other drivers would work without changes.

I'm not sure about the needs of that, but binary exchange format is
not the one that can be turned on ignoring the peer's capability.  If
JDBC driver wants some types be sent in binary format, it seems to be
able to be specified in bind message.

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center



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

Предыдущее
От: Richard Guo
Дата:
Сообщение: Re: Using each rel as both outer and inner for JOIN_ANTI
Следующее
От: Peter Smith
Дата:
Сообщение: Re: Refactor to make use of a common function for GetSubscriptionRelations and GetSubscriptionNotReadyRelations.