Re: Cursors and PHP - Mailing list pgsql-general

From scott.marlowe
Subject Re: Cursors and PHP
Date
Msg-id Pine.LNX.4.33.0404190944590.16551-100000@css120.ihs.com
Whole thread Raw
In response to Cursors and PHP  (Steve Manes <smanes@magpie.com>)
List pgsql-general
I'm not sure why you're doing it the exact way you are, but you basically
just call the same commands within a pg_query as you would on the psql
command line to make it work:

begin
declare mycurs cursor as select * from table
fetch 10
rollback / commit




pgsql-general by date:

Previous
From: Együd Csaba
Date:
Subject: Storing images in a field
Next
From: Richard Huxton
Date:
Subject: Re: Storing images in a field