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

From Chad Thompson
Subject Re: Limiting processor power on queries
Date
Msg-id 02f801c31a38$5c65ebe0$32021aac@chad
Whole thread Raw
In response to 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.
>

Oops, sorry.  I didnt realize that it was context sensitive (hence the post
to the novice list :-)
I am sending queries through a .NET app via ODBC using the pgsqlodbc driver.
I ssh into my dbase box running redhat 8.

TIA
Chad


pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: Limiting processor power on queries
Next
From: "Fontenot, Paul"
Date:
Subject: PL/pgSQL manual?