Re: how to moce back in refcursor

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Christian Kindler" <christian(dot)kindler(at)gmx(dot)net>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: how to moce back in refcursor
Date: 2007-08-13 19:55:40
Message-ID: 20582.1187034940@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

"Christian Kindler" <christian(dot)kindler(at)gmx(dot)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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Bryce Nesbitt 2007-08-13 20:05:40 Getting pk of the most recent row, in a group by
Previous Message Ken Simpson 2007-08-13 19:42:34 Re: Comparing two slices within one table efficiently