Re: Implementing Frontend/Backend Protocol TCP/IP

Поиск
Список
Период
Сортировка
От John DeSoi
Тема Re: Implementing Frontend/Backend Protocol TCP/IP
Дата
Msg-id 66F15D69-75E5-4D8E-84F8-2F21E09BBA98@pgedit.com
обсуждение исходный текст
Ответ на Re: Implementing Frontend/Backend Protocol TCP/IP  (John R Pierce <pierce@hogranch.com>)
Ответы Re: Implementing Frontend/Backend Protocol TCP/IP
Список pgsql-general
On Oct 26, 2009, at 7:17 PM, 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.

I don't think the frontend/backend protocol has changed since version
7.4. All data can be in text format; you don't have to deal with binary.

I have implemented an interface in Lisp. I found it much easier and
more flexible than the foreign function interface with C and libpq.




John DeSoi, Ph.D.





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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Implementing Frontend/Backend Protocol TCP/IP
Следующее
От: Raimon Fernandez
Дата:
Сообщение: Re: Implementing Frontend/Backend Protocol TCP/IP