From: | Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Roadmap for FE/BE protocol redesign |
Date: | 2003-03-12 08:02:19 |
Message-ID: | 3E6EE98B.C9357A95@tpf.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-interfaces |
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 Inoue
http://www.geocities.jp/inocchichichi/psqlodbc/
From | Date | Subject | |
---|---|---|---|
Next Message | Barry Lind | 2003-03-12 08:06:51 | Re: Roadmap for FE/BE protocol redesign |
Previous Message | Tom Lane | 2003-03-12 06:26:47 | Re: Numbering of the next release: 8.0 vs 7.4 |
From | Date | Subject | |
---|---|---|---|
Next Message | Barry Lind | 2003-03-12 08:06:51 | Re: Roadmap for FE/BE protocol redesign |
Previous Message | Tom Lane | 2003-03-12 06:01:06 | Re: Roadmap for FE/BE protocol redesign |