Re: libpq custom row processing

From: Federico Di Gregorio <fog(at)dndg(dot)it>
To: psycopg(at)postgresql(dot)org
Subject: Re: libpq custom row processing
Date: 2012-02-14 13:28:16
Message-ID: 4F3A6170.9070109@dndg.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

On 14/02/12 13:11, Marko Kreen wrote:
> 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.

Extremely interesting. Thank you very much for this link.

federico

In response to

Responses

Browse psycopg by date

  From Date Subject
Next Message Brian Hamlin 2012-02-15 07:27:29 Mac OS 10.7x ??
Previous Message Marko Kreen 2012-02-14 12:11:33 libpq custom row processing