| From: | "Christian Kindler" <christian(dot)kindler(at)gmx(dot)net> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: how to move back in refcursor |
| Date: | 2007-08-14 06:17:17 |
| Message-ID: | 20070814061717.201170@gmx.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
Oh I see .... But damn I need it in plpgsql because all my Application logic is delevoped in the backend. Ok maybe I can work around this.
Thank you very much!
Chris
-------- Original-Nachricht --------
Datum: Mon, 13 Aug 2007 15:55:40 -0400
Von: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
An: "Christian Kindler" <christian(dot)kindler(at)gmx(dot)net>
CC: pgsql-sql(at)postgresql(dot)org
Betreff: Re: [SQL] how to moce back in refcursor
> "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
--
cu
Chris
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Loredana Curugiu | 2007-08-14 07:37:47 | Re: [NOVICE] Install two different versions of postgres which should run in parallel |
| Previous Message | Terry Fielder | 2007-08-13 23:19:10 | Re: Getting pk of the most recent row, in a group by |