Re: Limiting processor power on queries - Mailing list pgsql-novice

From Tom Lane
Subject Re: Limiting processor power on queries
Date
Msg-id 24862.1052928978@sss.pgh.pa.us
Whole thread Raw
In response to Re: Limiting processor power on queries  ("Chad Thompson" <chad@weblinkservices.com>)
List pgsql-novice
"Chad Thompson" <chad@weblinkservices.com> writes:
> 1) Is there some way to kill a query in 7.3?
>>
>> That's been in there for a *long* time.

> Pray tell, what can I look for in the docs to find such a solution ;-)

In what context?  In psql you type control-C (on most systems).  A libpq
user would call PQrequestCancel().  I don't recall offhand what to do
when using other interface libraries.

            regards, tom lane

pgsql-novice by date:

Previous
From: "M. Bastin"
Date:
Subject: MD5 encryption, Was: Multilingual database
Next
From: "Chad Thompson"
Date:
Subject: Re: Limiting processor power on queries