Re: pg_dump fails..does not like "text" data..

From: Chris Gamache <cgg007(at)yahoo(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: pg_dump fails..does not like "text" data..
Date: 2002-08-13 15:06:24
Message-ID: 20020813150624.35650.qmail@web13807.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

root(at)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

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Nick Fankhauser 2002-08-13 15:09:06 Leftover processes on shutdown - Debian+JDBC
Previous Message Tom Lane 2002-08-13 14:27:20 Re: pg_dump fails..does not like "text" data..