Re: [PATCHES] Move cursor support for pl/pgsql

2007-03-02 Thread Tom Lane
Magnus Hagander [EMAIL PROTECTED] writes: I took a stab at implementing MOVE support for cursors in PL/pgsql, because I wanted it for a project. Attached patch *seems* to work. But.. Given that this is my first venture into touching bison/flex files, I may be completely off-target in how it's

Re: [PATCHES] Move cursor support for pl/pgsql

2007-03-02 Thread Magnus Hagander
Tom Lane wrote: Magnus Hagander [EMAIL PROTECTED] writes: I took a stab at implementing MOVE support for cursors in PL/pgsql, because I wanted it for a project. Attached patch *seems* to work. But.. Given that this is my first venture into touching bison/flex files, I may be completely

[PATCHES] Move cursor support for pl/pgsql

2007-02-15 Thread Magnus Hagander
Hi! I took a stab at implementing MOVE support for cursors in PL/pgsql, because I wanted it for a project. Attached patch *seems* to work. But.. Given that this is my first venture into touching bison/flex files, I may be completely off-target in how it's done. Could somebody take a look at it