in reply to PostgreSQL cursors with Perl.
Cursors seem to be not supported in DBD::Pg at all!
It does (in 8.x at least). but remember:
It is the DB equivalent of mod_perl. You can write user-defined functions in Perl that can do pretty much anything. And doing most of the work on the server before returning just what you need to the client, saves loads of time (Whoops. That apparently doesn't matter:).
|
|---|