7.3.4 dump/restore error - Mailing list pgsql-general

From Thomas Chille
Subject 7.3.4 dump/restore error
Date
Msg-id cad2de1c0507160704ff3434c@mail.gmail.com
Whole thread Raw
Responses Re: 7.3.4 dump/restore error
Re: 7.3.4 dump/restore error
List pgsql-general
Hi!

I dumped from a 7.3.4 server on debian with kernel 2.6  using this command:

pg_dump -F c -Z 9 -f backoffice.dmp.c backoffice


I tried to restore on a similiar system using:

pg_restore -vd backoffice backoffice.dmp.c


and stepped into an error:

ERROR:  copy: line 270892, Missing data for column "id_tax"
..
FATAL:  Socket command type 3 unknown

more detailed messages are attached.


could somebody help me please fixing this problem?

thanks in advance
thomas

pgsql-general by date:

Previous
From: Christian Traber
Date:
Subject: encoding and locale
Next
From: Thomas Chille
Date:
Subject: Re: 7.3.4 dump/restore error