Re: Roadmap for FE/BE protocol redesign

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: Roadmap for FE/BE protocol redesign
Дата
Msg-id 3E6EE98B.C9357A95@tpf.co.jp
обсуждение исходный текст
Ответ на Re: Roadmap for FE/BE protocol redesign  (Peter Eisentraut <peter_e@gmx.net>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Numbering of the next release: 8.0 vs 7.4
Следующее
От: Barry Lind
Дата:
Сообщение: Re: Roadmap for FE/BE protocol redesign