From: | Murthy Kambhampaty <murthy(dot)kambhampaty(at)goeci(dot)com> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org, 'Bruce Momjian' <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Subject: | Re: how to cancel a query ? |
Date: | 2002-12-13 15:35:46 |
Message-ID: | 2D92FEBFD3BE1346A6C397223A8DD3FC0920CA@THOR.goeci.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
I was asking on the pyPgSQL list whether the PQrequestCancel() would allow
that if a user submitting queries from Python closed the Python shell, the
query would be cancelled (a la ^C in psql). This led me to:
If the connection from which a synchronous query
("libpq->connection.query()") was submitted is closed, should libpq assume a
PQrequesCancel() and cancel the query at the same time? Isn't this the
analog of ^C in psql?
Thanks,
Murthy
-----Original Message-----
From: Bruce Momjian [mailto:pgman(at)candle(dot)pha(dot)pa(dot)us]
Sent: Thursday, December 05, 2002 14:19
To: a(dot)schmitz(at)cityweb(dot)de
Cc: Tom Lane; pgsql-admin(at)postgresql(dot)org
Subject: Re: [ADMIN] how to cancel a query ?
Andreas Schmitz wrote:
> On Wednesday 04 December 2002 17:47, Tom Lane wrote:
> > Andreas Schmitz <a(dot)schmitz(at)cityweb(dot)de> writes:
> > > ist there any way to cancel a user query as dba ?
> >
> > Send a SIGINT to the backend process running that query, eg
> >
> > kill -INT <pid>
> >
> > This has the same effect as a user-requested cancel (eg ^C in psql).
> >
>
> What about an implementation into the command structure ?
Libpq has:
PQrequestCancel()
Where else did you want it?
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
From | Date | Subject | |
---|---|---|---|
Next Message | Rune | 2002-12-13 15:43:08 | Disc space - UnUsed tuples |
Previous Message | Ing. Gabriel Monsalvo | 2002-12-13 14:50:27 | Database Server is too Slow |