Re: Trans-transactions cursors - Mailing list pgsql-hackers

From Chamanya
Subject Re: Trans-transactions cursors
Date
Msg-id [email protected]
Whole thread Raw
In response to Trans-transactions cursors  ("Ludovic Pénet" <[email protected]>)
List 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.
HTHShridhar 

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



pgsql-hackers by date:

Previous
From: "Joe Conway"
Date:
Subject: Re: x = NULL
Next
From: Peter Eisentraut
Date:
Subject: Re: pg_dump -C option