Q : aborting requests ?

From: Mart Käsper <mart(at)netsoftlund(dot)se>
To: pgsql-general(at)postgresql(dot)org
Subject: Q : aborting requests ?
Date: 2000-10-03 09:03:24
Message-ID: 39D9A0DC.C9A13377@netsoftlund.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hi,

I read in the docs that each user connection runs as a Unix process
(RedHat Linux in my case).

* suppose one user has several connections to the database (through
JDBC). He/she performs a query but after a while loses interest -
is it possible to abort the query (Statement.cancel() within a certain
Connection) ?

I tried this with Sybase but it just kept on going, and going, and
going ...

BTW, is it one process per user or one per user specific connection ?

Thanks in advance,

======================================================================
Mart Käsper E-mail : mart(at)netsoftlund(dot)se
Netsoft Lund AB
Bredgatan 17 Tel (in place) : +46 46 19 04 95
SE-222 21 Lund, Sweden Tel (on the road) : +46 70 319 04 95
======================================================================
#include <std.disclaimer>
======================================================================

Life can be broken down into just a single unit - either you do a
certain thing, or you don't.

Browse pgsql-general by date

  From Date Subject
Next Message Marcin Mazurek 2000-10-03 10:12:27 pg_dump on view
Previous Message Tom Lane 2000-10-03 05:01:46 Re: Fake table name?