Re: Async processing of rows

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Nat! <nat(at)mulle-kybernetik(dot)com>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Async processing of rows
Date: 2008-09-15 12:43:30
Message-ID: 23861.1221482610@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Nat! <nat(at)mulle-kybernetik(dot)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

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Nat! 2008-09-15 21:14:00 Re: Async processing of rows
Previous Message Nat! 2008-09-15 10:38:19 Async processing of rows