cursor - Search results
Mailing lists >> pgsql-php >> Thread
2014-01-12 08:59:13 | Re: Unbuffered queries (Mark Kirkwood)
CURSOR FOR SELECT * FROM pgbench_accounts WHERE bid = ?"; $sql = "FETCH $fetch_num FROM cur1"; $dbh->beginTransaction
Mailing lists >> pgsql-php >> Thread
2014-01-09 04:09:12 | Re: Unbuffered queries (Mark Kirkwood)
cursor and execute it, another to explicitly call FETCH on it in a loop. I think
Mailing lists >> pgsql-php >> Thread
2014-01-08 19:53:51 | Unbuffered queries (Eric Chamberlain)
cursor should be used. There doesn't seem to be any way to get access