> "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