Re: pg_dump fails with socket_not_open - Mailing list pgsql-general

From Sarah Ewen
Subject Re: pg_dump fails with socket_not_open
Date
Msg-id 423D4E4D.1030202@thaum.net
Whole thread Raw
In response to Re: pg_dump fails with socket_not_open  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pg_dump fails with socket_not_open  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Hi there Tom, thanks for your reply.

>>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

> Is this repeatable?  What shows up in the postmaster's log when it
> happens?  What platform is this on, and what version of Postgres?

This is postgresql-7.4.6-1.FC2.2 running on RedHat Fedora Core 2.

The logs don't reveal anything, and it happens consistently!

It is a little disconcerting..by the sounds of things this is a fairly
rare thing to see?

Sarah.

pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Betr: Re: Question insert data
Next
From: "Sim Zacks"
Date:
Subject: Re: plpython function problem workaround