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
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,
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