Re: [GENERAL] scrollable cursor in functions

2007-11-30 Thread Pavel Stehule
Hello 8.1.x doesn't support scrollable cursors in plpgsql. Its supported only in 8.3. Regards Pavel Stehule On 30/11/2007, Cedric Boudin <[EMAIL PROTECTED]> wrote: > Dear members of the list, > > on a server 8.1.9 I try to do this: > ++ > create or replace function dummy() returns void >

[GENERAL] scrollable cursor in functions

2007-11-30 Thread Cedric Boudin
Dear members of the list, on a server 8.1.9 I try to do this: ++ create or replace function dummy() returns void as $$ DECLARE liahona SCROLL CURSOR with hold FOR SELECT * FROM album ; BEGIN --DECLARE liahona SCROLL CURSOR with hold FOR SELECT * FROM album ; -- Set up a cursor: -- Fetch