Re: [HACKERS] [subxacts] Open nested xact items

2004-07-12 Thread Alvaro Herrera
On Tue, Jul 13, 2004 at 10:34:08AM +1200, Oliver Jowett wrote: > Alvaro Herrera wrote: > > >Fix issues with cursors. Need to mess with open portals at subxact abort. > > One quick question here -- how does subtransaction commit interact with > WITHOUT HOLD cursors? I'm hoping they stay open..

Re: [HACKERS] [subxacts] Open nested xact items

2004-07-12 Thread Oliver Jowett
Alvaro Herrera wrote: Fix issues with cursors. Need to mess with open portals at subxact abort. One quick question here -- how does subtransaction commit interact with WITHOUT HOLD cursors? I'm hoping they stay open.. -O ---(end of broadcast)--- TI

[HACKERS] [subxacts] Open nested xact items

2004-07-12 Thread Alvaro Herrera
List of open nested transactions items. Implement named savepoint syntax, with SQL2003 semantics. Work in progress, foundations done. Needs polishing and testing. Fix issues with cursors. Need to mess with open portals at subxact abort. Allow support for exceptions in functions. Allow regi