Re: [BUGS] BUG #2494: SCROLL CURSOR does not worl

2006-06-28 Thread Bruce Momjian
Added to TODO: > o Add support for WITH HOLD and SCROLL cursors > > PL/pgSQL cursors should support the same syntax as > backend cursors. --- Jim C. Nasby wrote: > There's no s

Re: [BUGS] BUG #2494: SCROLL CURSOR does not worl

2006-06-28 Thread Jim C. Nasby
There's no such thing as a 'SCROLL CURSOR' in plpgsql: http://www.postgresql.org/docs/8.1/interactive/plpgsql-cursors.html I'm pretty sure that the default behavior would be scrollable. We should probably add a TODO to bring the plpgsql cursor syntax inline with what the backend supports. On Fri,

[BUGS] BUG #2494: SCROLL CURSOR does not worl

2006-06-23 Thread Michal Szymanski
The following bug has been logged online: Bug reference: 2494 Logged by: Michal Szymanski Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1 Operating system: Windows Description:SCROLL CURSOR does not worl Details: Function with scroll cursor cannot be compi