Re: What is causing 'canceling statement due to user

Поиск
Список
Период
Сортировка
От Csaba Nagy
Тема Re: What is causing 'canceling statement due to user
Дата
Msg-id 1161936796.32342.155.camel@coppola.muc.ecircle.de
обсуждение исходный текст
Ответ на Re: What is causing 'canceling statement due to user request' ?  (Thomas Kellerer <spam_eater@gmx.net>)
Ответы Re: What is causing 'canceling statement due to user  (Thomas Kellerer <spam_eater@gmx.net>)
Список pgsql-general
> JDBC *can* cancel a running statement. You just need to call cancel()
> from another thread.
>
> http://java.sun.com/j2se/1.5.0/docs/api/java/sql/Statement.html#cancel()
>
> Works great in my SQL front end.

Are you sure ? Ever tried to cancel a long running statement and see if
it is still running in the DB after you cancelled it on the JDBC side ?

Cheers,
Csaba.



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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: Replicating changes
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Mailing list problem?