| From: | Sothorn Rordkongthee <rsothorn(at)yahoo(dot)com> |
|---|---|
| To: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Problem with pg_dump |
| Date: | 2006-03-12 07:56:55 |
| Message-ID: | 20060312075655.59025.qmail@web34805.mail.mud.yahoo.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Fuhr | 2006-03-12 08:16:22 | Re: Problem with pg_dump |
| Previous Message | Michael Fuhr | 2006-03-11 09:49:43 | Re: psql -p 5433; create database test; \c test failing |