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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: cgg007(at)yahoo(dot)com
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: pg_dump fails..does not like "text" data..
Date: 2002-08-13 16:13:57
Message-ID: 26719.1029255237@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Chris Gamache <cgg007(at)yahoo(dot)com> writes:
> 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 ?

kill -INT is a good idea, the others are bad ideas (and will in fact
lead to a database restart).

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Thomas O'Connell 2002-08-13 16:14:39 Re: performance tuning: shared_buffers, sort_mem; swap
Previous Message Robert M. Meyer 2002-08-13 16:04:47 Re: Leftover processes on shutdown - Debian+JDBC