Re: Why is psql \copy process stuck?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jack Orenstein <jao(at)geophile(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Why is psql \copy process stuck?
Date: 2005-05-14 16:40:38
Message-ID: 4313.1116088838@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jack Orenstein <jao(at)geophile(dot)com> writes:
> 21167 ? S 0:00 /usr/local/pgsql/bin/psql -h 10.3.1.154 mydb -U username -c \copy sometable to stdout

> Why is process 21167 stuck?

Are you sure it's made a connection at all? You might try attaching to
it with a debugger to get a stack trace. Also, see if you can identify
a connected backend on the remote machine, and gdb that to see what it
is doing.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jack Orenstein 2005-05-14 16:53:16 Re: Why is psql \copy process stuck?
Previous Message Jack Orenstein 2005-05-14 16:14:02 Why is psql \copy process stuck?