Re: Why is psql \copy process stuck?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Why is psql \copy process stuck?
Дата
Msg-id 4313.1116088838@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Why is psql \copy process stuck?  (Jack Orenstein <jao@geophile.com>)
Ответы Re: Why is psql \copy process stuck?  (Jack Orenstein <jorenstein@archivas.com>)
Список pgsql-general
Jack Orenstein <jao@geophile.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

В списке pgsql-general по дате отправления:

Предыдущее
От: Jack Orenstein
Дата:
Сообщение: Why is psql \copy process stuck?
Следующее
От: Jack Orenstein
Дата:
Сообщение: Re: Why is psql \copy process stuck?