"WHERE CURRENT OF" Support in libpq Someday? - Mailing list pgsql-interfaces

From Warren W. Gay VE3WWG
Subject "WHERE CURRENT OF" Support in libpq Someday?
Date
Msg-id 411C4083.8030106@cogeco.ca
Whole thread Raw
Responses Re: "WHERE CURRENT OF" Support in libpq Someday?
List 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



pgsql-interfaces by date:

Previous
From: Tom Lane
Date:
Subject: Re: Installing "untrusted" python an a PG 7.4.3 DB
Next
From: Bruce Momjian
Date:
Subject: Re: "WHERE CURRENT OF" Support in libpq Someday?