Re: Cursors and transactions

Поиск
Список
Период
Сортировка
От Chris Smith
Тема Re: Cursors and transactions
Дата
Msg-id 028b01c3f1c2$1a6b87b0$6f00000a@KYA
обсуждение исходный текст
Ответ на Cursors and transactions  ("Chris Smith" <cdsmith@twu.net>)
Список pgsql-jdbc
Oliver Jowett wrote:
> I'm planning on doing the same at some point but I'm short on time at
> the moment. Could you drop me an email if you make any progress on
> this?

Will do.  Since I'm not familiar with the drivers or their direction, I plan
to post a few first-cut attempts for comments before I go and spend eternity
writing something that no one else wants.

> This is completely unrelated to using backend cursors .. it's to do
> with JDBC's support for named cursors that can later be used for a
> positioned UPDATE, which postgresql doesn't support at all.
>
> Actually that whole bit of code could be toasted as we don't claim to
> support positioned update in our metadata anyway..

Okay.  I will ignore it for now, then.  It doesn't seem to be used in the same
context as the portals that I'm planning to work with anyway.

--
www.designacourse.com
The Easiest Way to Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Cursors and transactions
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: Cursors and transactions