Pg dump Error

From: tuanhoanganh <hatuan05(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Pg dump Error
Date: 2008-08-19 08:09:31
Message-ID: c235f61d0808190109y1a6ba195o2b115f734cc3682b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have a problem with pg_dump on 2 computers. On the first computer, pg_dump
runs very well, but on the second pg_dump has a error :
pg_dump: reading triggers for table "ph57"
pg_dump: reading triggers for table "phts"
pg_dump: reading dependency data
pg_dump: SQL command failed
pg_dump: Error message from server: message contents do not agree with
length in message type "D"
message contents do not agree with length in message type "c"
server sent data ("D" message) without prior row description ("T" message)
pg_dump: The command was: SELECT classid, objid, refclassid, refobjid,
deptype FROM pg_depend WHERE deptype != 'p' ORDER BY 1,2
pg_dump: *** aborted because of error

Please help me. Thank you very much.
Sorry for my English
TuanHa

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2008-08-19 08:20:08 Re: NOT DEFERRABLE as default, why and how to manage it.
Previous Message Ivan Sergio Borgonovo 2008-08-19 08:01:11 NOT DEFERRABLE as default, why and how to manage it.