libpq custom row processing

Поиск
Список
Период
Сортировка
От Marko Kreen
Тема libpq custom row processing
Дата
Msg-id CACMqXC+wE7He-W0LdrzMhbkoQPXvNydQ15knD45ktN8-3FiwvQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: libpq custom row processing
Mac OS 10.7x ??
Список psycopg
There is an item in current commitfest that might be interesting
to Psycopg - a way to provide custom callback to result
row processing.  By default, libpq takes row data from
network buffer and puts it into PGresult.  This can now
be overrided - column data can be converted immediately
to final format and even processed in-flight:

  https://commitfest.postgresql.org/action/patch_view?id=769

Attached is current state of the doc.

Any feedback is appreciated, either about API or
documentation clarity/typos or whether all interesting
scenarios are handled.

--
marko

Вложения

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

Предыдущее
От: Daniele Varrazzo
Дата:
Сообщение: Re: Psycopg2 and LIXA
Следующее
От: Federico Di Gregorio
Дата:
Сообщение: Re: libpq custom row processing