Re: Async processing of rows - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: Async processing of rows
Date
Msg-id 23861.1221482610@sss.pgh.pa.us
Whole thread Raw
In response to Async processing of rows  (Nat! <nat@mulle-kybernetik.com>)
Responses Re: Async processing of rows  (Nat! <nat@mulle-kybernetik.com>)
List pgsql-interfaces
Nat! <nat@mulle-kybernetik.com> writes:
> I will be writing an EOF (http://en.wikipedia.org/wiki/Enterprise_Objects_Framework 
> ) adaptor for Postgres. Due to the way these are structured, I want to  
> process the result data row by row and not in one big tuple array.

Use a cursor, perhaps.
        regards, tom lane


pgsql-interfaces by date:

Previous
From: Nat!
Date:
Subject: Async processing of rows
Next
From: Nat!
Date:
Subject: Re: Async processing of rows