Re: [HACKERS] Trans-transactions cursors

2001-09-18 Thread Christof Petig
Chamanya wrote: > 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 ro

Re: [HACKERS] Trans-transactions cursors

2001-09-11 Thread Jan Wieck
Ludovic Pénet wrote: > Hello, > > Reading the TO DO list, I found the following item: > "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 b

Re: [HACKERS] Trans-transactions cursors

2001-09-10 Thread Chamanya
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

[HACKERS] Trans-transactions cursors

2001-09-10 Thread Ludovic Pénet
Hello, Reading the TO DO list, I found the following item: "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? If you think it can