Re: pgsql-server/ oc/src/sgml/libpq.sgml oc/src/sg ...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql-server/ oc/src/sgml/libpq.sgml oc/src/sg ...
Дата
Msg-id 19286.1050979646@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql-server/ oc/src/sgml/libpq.sgml oc/src/sg ...  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Список pgsql-committers
"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
>> Another round of protocol changes.  Backend-to-frontend messages now all
>> have length words.  COPY OUT reimplemented per new protocol: it doesn't
>> need \. anymore, thank goodness.

> What are the backwards compatibility issues with that particular change?

None, it's hidden by libpq: PQgetline manufactures a "\." at end of data.

The PQgetline API is pretty sucky anyway and will be deprecated once the
dust settles, but apps that use it will be no more nor less broken than
they were before ...

            regards, tom lane


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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: pgsql-server/ oc/src/sgml/libpq.sgml oc/src/sg ...
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql-server/src/interfaces/libpq Makefile