Re: "WHERE CURRENT OF" Support in libpq Someday?

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "Warren W(dot) Gay VE3WWG" <ve3wwg(at)cogeco(dot)ca>
Cc: PostgreSQL Interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: "WHERE CURRENT OF" Support in libpq Someday?
Date: 2004-08-13 04:18:47
Message-ID: 200408130418.i7D4IlC17044@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


It arrives when someone codes it, maybe 8.1. I think Fujitsu was going
to have someone work on it for 8.1, but I am not sure.

---------------------------------------------------------------------------

Warren W. Gay VE3WWG wrote:
> I expect that ecpg supports cursors that include functionality
> for constructs like:
>
> UPDATE EMPLOYEES
> SET MARRIED = 'T'
> WHERE CURRENT OF CURSOR_NAME;
>
> but this support seems to be absent in libpq.
>
> Is this being planned for a future release? If so, which
> one?
>
> This is well supported feature by commercial databases (Oracle,
> Sybase, Informix to name a few), but I just don't see any hint
> of it coming to libpq.
>
> TIA, Warren.
>
> --
> Warren W. Gay VE3WWG
> http://home.cogeco.ca/~ve3wwg
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Eric Marsden 2004-08-13 12:38:07 large object I/O seeing \\xxx encoding with v3 protocol
Previous Message Warren W. Gay VE3WWG 2004-08-13 04:16:03 "WHERE CURRENT OF" Support in libpq Someday?