Re: CURRENT OF cursor without OIDs
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Ian Lance Taylor <ian@airs.com>
Cc: "Zeugswetter Andreas SB SD" <ZeugswetterA@spardat.at>, "Hiroshi Inoue" <Inoue@tpf.co.jp>, pgsql-hackers@postgresql.org
Date: 2001-08-08T16:41:51Z
Lists: pgsql-hackers
Ian Lance Taylor <ian@airs.com> writes: > Unfortunately, the portal code explicitly rejects FOR UPDATE > (transformSelectStmt in parser/analyze.c). AFAIK, that error check is there specifically because we don't have UPDATE WHERE CURRENT. Try removing it and see what happens --- AFAIK, things might "just work". regards, tom lane