Re: Roadmap for FE/BE protocol redesign - Mailing list pgsql-hackers

From Hiroshi Inoue
Subject Re: Roadmap for FE/BE protocol redesign
Date
Msg-id 3E6EE98B.C9357A95@tpf.co.jp
Whole thread Raw
In response to Re: Roadmap for FE/BE protocol redesign  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut wrote:
> 
> Dave Page writes:
> 
> > I don't know about JDBC, but ODBC could use it,
> > and it would save a heck of a lot of pain in apps
> > like pgAdmin that need to figure out if a column
> > in an arbitrary resultset might be updateable.
> 
> Strictly speaking, result sets are never updatable,
> because there's no way you can refer to a result set
> and tell the system to update it.
> So let's hear what you *really* need and then consider
> interfaces for *that*. Maybe updatable views or
> updatable cursors?

The word *result set* is used variously
and *updatable cursors* has its meaning
in some middleware applications.

The word *cursor* is used variously too.
For example, ODBC cursors don't necessarily
mean(correspond to) the dbms cursors.
If there's a suitable cursor, the ODBC driver
may conveniently use it to implement ODBC
cursors. Otherwise the ODBC driver may implement
ODBC cursors by itself. PostgreSQL has paid
attention to the cursor support little and I
don't expect much of server-side cursors.

regards,
Hiroshi Inouehttp://www.geocities.jp/inocchichichi/psqlodbc/


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Numbering of the next release: 8.0 vs 7.4
Next
From: Barry Lind
Date:
Subject: Re: Roadmap for FE/BE protocol redesign