PostgreSQL 8.3, libpq and WHERE CURRENT OF

From: Sebastien FLAESCH <sf(at)4js(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Guillaume ERGAND <ger(at)4js(dot)com>
Subject: PostgreSQL 8.3, libpq and WHERE CURRENT OF
Date: 2007-10-26 10:01:34
Message-ID: 4721BAFE.3080601@4js.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi hackers,

Just looked at the new features of 8.3 and realized that positioned
updates/deletes is now possible with this new release...

We would use that if we could define the cursor name with a libpq function.

Something similar to ODBC's SQLSetCursorName() function...

For now we must use OIDs to emulate WHERE CURRENT OF, but since 8.1,
OIDs are no more created by default and require additional configuration
when setting up a PostgreSQL server.

If I missed something, please point me to the docs where I can find this.

Understand this is not an isolated project: We are a Development Tool
vendor and have a bunch of customers migrating legacy applications from
Informix to PostgreSQL...

Thanks a lot!
Sebastien FLAESCH
Database Interfaces
Four J's Development Tools

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2007-10-26 10:16:41 Re: [PATCHES] Including Snapshot Info with Indexes
Previous Message Gregory Stark 2007-10-26 09:49:21 Re: Autovacuum cancellation