Cancelling Queries

From: Mark Mitchell <mark(at)lapcrew(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Cancelling Queries
Date: 2003-03-06 23:25:29
Message-ID: 1046993130.21247.3.camel@sql.icnfull.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I have a Perl program that executes PostgreSQL queries through DBI.
Is there any way to cancel a query once its started. If I could at least
somehow get the PID of the child process postmaster starts I could kill
that.

This may be a better question for the Perl programming list but I
thought I'd ask you guys too

Mark Mitchell

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Ninonard Policarpio 2003-03-07 01:03:47 postgresql installation question
Previous Message Bruce Momjian 2003-03-06 20:21:50 Re: Copy from a SELECT