Re: How can I stop a long running query

From: Barry Lind <barry(at)xythos(dot)com>
To: "Angelo Misto'" <misto(at)merate(dot)mi(dot)astro(dot)it>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: How can I stop a long running query
Date: 2002-06-24 16:42:38
Message-ID: 3D174BFE.8080904@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Angelo,

What do you mean by 'running in background'? Cancel just aborts the
current query, the process and connection are still available for
additional queries.

--Barry

Angelo Misto' wrote:

> I'm using Postgesql 7.1 and the jdbc driver jdbc7.1-1.1
> to talk to the database from java/swing application (jdk1.3.1) I
>
>How can I stop a long running query?
>The method cancel of class Statement seems working well,
>but if I look the process status I see a postmaster process
>running in background.
>
>Thank you,
>Angelo.
>
>
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message tony 2002-06-24 19:21:24 Re: How can I stop a long running query
Previous Message Nookala Satish Kumar 2002-06-24 15:40:45 Re: servlets and JDBC (postgresql 7.2)