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