Re: Implementing Frontend/Backend Protocol TCP/IP

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: Implementing Frontend/Backend Protocol TCP/IP
Дата
Msg-id D960CB61B694CF459DCFB4B0128514C203937FD2@exadv11.host.magwien.gv.at
обсуждение исходный текст
Ответ на Re: Implementing Frontend/Backend Protocol TCP/IP  (John R Pierce <pierce@hogranch.com>)
Ответы Re: Implementing Frontend/Backend Protocol TCP/IP
Список pgsql-general
John R Pierce wrote:
> yah, seriously.   the binary protocol is not considered stable, it can
> change in subtle ways in each version.  libpq handles the current
> version and all previous versions, and exposes all methods.

That's probably not the problem in the original message, but there
are things you can do with the frontend/backend protocol that libpq
does not expose: for example, with the extended query protocol you can
send a "Bind" call that requests that some of the results should be
returned in text format, others in binary.

Yours,
Laurenz Albe

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

Предыдущее
От: Raimon Fernandez
Дата:
Сообщение: Re: Implementing Frontend/Backend Protocol TCP/IP
Следующее
От: Ivan Sergio Borgonovo
Дата:
Сообщение: design, ref integrity and performance