Re: Interrupt execution

From: Dave Cramer <Dave(at)micro-automation(dot)net>
To: Varun Kacholia <varunk(at)cse(dot)iitb(dot)ac(dot)in>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Interrupt execution
Date: 2002-06-24 09:36:41
Message-ID: 1024911402.2104.9.camel@inspiron.cramers
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

There is a cancel method in the statement api

Dave
On Sun, 2002-06-23 at 05:34, Varun Kacholia wrote:
> hi,
> I using pgsql jdbc drivers to execute a particular query (web-based).
> Many a times it happens that the query might take time and the
> user hits "stop" .. in this case the pgsql-query still keeps running.
> Is there any way to stop it if the user "stops" transaction?
> Any patches/fixes/solutions for this?
> I think this will save a lot of hasseles dealing with crank users :) .
> thanks a lot for any help
> BTW i am using pgsql-7.2 .
> --
> ------
> Varun
> It is easier to write an incorrect program than understand a correct one
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Varun Kacholia 2002-06-24 09:48:47 Re: Interrupt execution
Previous Message Varun Kacholia 2002-06-24 09:34:26 Latest JDBC Documentation