Problem with pg_dump - Mailing list pgsql-admin

From Sothorn Rordkongthee
Subject Problem with pg_dump
Date
Msg-id 20060312075655.59025.qmail@web34805.mail.mud.yahoo.com
Whole thread Raw
Responses Re: Problem with pg_dump  (Michael Fuhr <mike@fuhr.org>)
List pgsql-admin
Problem with pg_dump on PostgreSQL 8.05.
How to solve this problem.
Thank you.

$ pg_dump dbname > 080349.sql
pg_dump: socket not open
pg_dump: SQL command to dump the contents of table
"t_visit_service" failed: PQendcopy() failed.
pg_dump: Error message from server: socket not open
pg_dump: The command was: COPY public.t_visit_service
(t_visit_service_id, t_visit_id, t_patient_id,
assign_date_time, visit_service_staff_doctor,
f_visit_service_status_id, b_service_point_id,
visit_service_treatment_date_time,
visit_service_finish_date_time) TO stdout;

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

pgsql-admin by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: psql -p 5433; create database test; \c test failing
Next
From: Michael Fuhr
Date:
Subject: Re: Problem with pg_dump