Re: pg_dump fails..does not like "text" data.. - Mailing list pgsql-admin

From Chris Gamache
Subject Re: pg_dump fails..does not like "text" data..
Date
Msg-id 20020813150624.35650.qmail@web13807.mail.yahoo.com
Whole thread Raw
In response to Re: pg_dump fails..does not like "text" data..  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Runaway SELECT  (Chris Gamache <cgg007@yahoo.com>)
Re: pg_dump fails..does not like "text" data..  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
root@database:~# ps -auxww | grep SELECT
postgres 10906 99.9  0.4  7596 4008 ?        R    Jul31 18445:54 postgres:
postg
res database 192.168.2.1 SELECT

Any clues on how to stop this runaway select without having to force the whole
database down? This was started from an ODBC connection. Obviously the
connection timed out...  :)

Can I kill -TERM 10906 ?
Can I kill -KILL 10906 ?

CG

__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_dump fails..does not like "text" data..
Next
From: "Nick Fankhauser"
Date:
Subject: Leftover processes on shutdown - Debian+JDBC