Re: MOVE BACKWARD ALL IN my_cursor inside of function?

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: "Michael R(dot) Marshall" <mklmrzl(at)yahoo(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: MOVE BACKWARD ALL IN my_cursor inside of function?
Date: 2005-07-15 03:30:27
Message-ID: 20050715033027.GB24694@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message John DeSoi 2005-07-15 05:30:50 Re: Using Batch Files to Create DB Structure
Previous Message Michael R. Marshall 2005-07-15 02:03:49 MOVE BACKWARD ALL IN my_cursor inside of function?