Re: MOVE BACKWARD ALL IN my_cursor inside of function? - Mailing list pgsql-novice

From Michael Fuhr
Subject Re: MOVE BACKWARD ALL IN my_cursor inside of function?
Date
Msg-id 20050715033027.GB24694@winnie.fuhr.org
Whole thread Raw
In response to MOVE BACKWARD ALL IN my_cursor inside of function?  ("Michael R. Marshall" <mklmrzl@yahoo.com>)
List pgsql-novice
On Thu, Jul 14, 2005 at 10:03:49PM -0400, Michael R. Marshall wrote:
>
> Is there a syntactically correct way to open a cursor inside of a user
> defined function... and then use "MOVE" to move backward or forward
> within it?

PL/pgSQL doesn't currently support MOVE.  Implementing it is on the
developers' TODO list, but so far nobody's done it.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-novice by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: Trigger Definition
Next
From: John Morrison
Date:
Subject: Porting Issues