"WHERE CURRENT OF" Support in libpq Someday?

From: "Warren W(dot) Gay VE3WWG" <ve3wwg(at)cogeco(dot)ca>
To: PostgreSQL Interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: "WHERE CURRENT OF" Support in libpq Someday?
Date: 2004-08-13 04:16:03
Message-ID: 411C4083.8030106@cogeco.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

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

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Bruce Momjian 2004-08-13 04:18:47 Re: "WHERE CURRENT OF" Support in libpq Someday?
Previous Message Eric Marsden 2004-08-11 14:00:53 Large object reads/writes undergoing \\xxx escaping