SCROLL CURSOR

From: <cyw(at)dls(dot)net>
To: <pgsql-general(at)postgresql(dot)org>
Subject: SCROLL CURSOR
Date: 2008-10-06 20:08:37
Message-ID: 59AF6E977C4B4DD4A663B19948E4B69B@nc05072019
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I declare a cursor as below:
DECLARE
links_cur SCROLL CURSOR IS SELECT * FROM road;

and get this error:
CONTEXT: invalid type name "SCROLL CURSOR IS SELECT * FROM road"

If I take away 'SCROLL', it has no problem.

Any hint?

Thanks,
cyw

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message hubert depesz lubaczewski 2008-10-06 20:27:51 Re: feature idea
Previous Message Martijn van Oosterhout 2008-10-06 19:32:00 Re: feature idea