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.
>
>
>