pg_dump fails with socket_not_open

Поиск
Список
Период
Сортировка
От Sarah Ewen
Тема pg_dump fails with socket_not_open
Дата
Msg-id 423BED55.40301@thaum.net
обсуждение исходный текст
Ответы Re: pg_dump fails with socket_not_open  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hi there folks,

I've just had pg_dump fail on me for the first time ever, and I'm not
sure why.

It generates 24MB of dump before bombing out with:

pg_dump: socket not open
pg_dump: SQL command to dump the contents of table "activity_log"
failed: PQendcopy() failed.
pg_dump: Error message from server: socket not open
pg_dump: The command was: COPY public.activity_log (<bunch of columns>
TO  stdout

Are there any common reasons for seeing this?

I'm fairly sure that the machine is ok hardware wise, and strangely
enough, pg_dumpall works, so it's really curiosity and to set my mind at
rest - any pointers appreciated.

Thanks,

Sarah.

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

Предыдущее
От: Thomas F.O'Connell
Дата:
Сообщение: Re: Select Last n Rows Matching an Index Condition (and caches)
Следующее
От: Benjamin Smith
Дата:
Сообщение: pseudo-serial values in dual primary key?