| From: | Chamanya <chamanya(at)yahoo(dot)com> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Trans-transactions cursors |
| Date: | 2001-09-10 17:19:05 |
| Message-ID: | 200109101713.f8AHDk712892@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
I am currently building a small web based app, with postgres as back end. I
found that in ecpg you can declare and use cursor without declaring a
transaction. In several places I have used cursors for selects only. That's
the only way I found to make ecpg fetch multiple rows.
And in ecpg I have to give an explicit open cursor statement to make fetching
possible.
I am usig 7.1.2.
HTH
Shridhar
On Wednesday 05 September 2001 23:01, Ludovic Pénet wrote:
> "Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions"
> I badly need this functionnality to interface postgres in my company
> database abstraction layer. Do you have any idea of when it should be
> available?
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2001-09-10 17:55:07 | Re: pg_dump -C option |
| Previous Message | Joe Conway | 2001-09-10 16:13:14 | Re: x = NULL |