Re: how to moce back in refcursor - Mailing list pgsql-sql

From Tom Lane
Subject Re: how to moce back in refcursor
Date
Msg-id 20582.1187034940@sss.pgh.pa.us
Whole thread Raw
In response to how to moce back in refcursor  ("Christian Kindler" <christian.kindler@gmx.net>)
Responses Re: how to move back in refcursor  ("Christian Kindler" <christian.kindler@gmx.net>)
List pgsql-sql
"Christian Kindler" <christian.kindler@gmx.net> writes:
>        -- move -1 in cur1;

plpgsql supports that in CVS HEAD (8.3-to-be) but not in any existing
release.  You'll need to rethink your logic or do this from your
application rather than within plpgsql.
        regards, tom lane


pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: Comparing two slices within one table efficiently
Next
From: Bryce Nesbitt
Date:
Subject: Getting pk of the most recent row, in a group by