Re: cancel query

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: cancel query
Дата
Msg-id Pine.LNX.4.33.0312111835400.1627-100000@leary.csoft.net
обсуждение исходный текст
Ответ на cancel query  (H A Prahalad <prahalad@MPI-SoftTech.Com>)
Ответы Re: cancel query
Список pgsql-general

On Tue, 9 Dec 2003, H A Prahalad wrote:

>
> Hello,
>     I want to know whether PostgreSQL support cancel() [cancel
> JDBCStatement]. I want to abort a long running query issued/executed by a
> java application using JDBC driver to connect to the database. Thanks.
>

The JDBC driver does support Statement.cancel(), but the tricky part is
that you need to have access to the Statement object that issued the
original query.  You can't just open a new connection and cancel another
query.

Kris Jurka


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

Предыдущее
От: "Rick Gigger"
Дата:
Сообщение: Re: [NOVICE] PostgreSQL Training
Следующее
От: Joel Rodrigues
Дата:
Сообщение: Re: make error Mac OS X (ar: illegal option -- s)