Re: BUG #6127: pg_restore failing: unexpected message type 0x58 during COPY from stdin

Поиск
Список
Период
Сортировка
От Greg Johnson
Тема Re: BUG #6127: pg_restore failing: unexpected message type 0x58 during COPY from stdin
Дата
Msg-id CAD6QHKRrVui3yB5hye+HALG2QYWtRoQj5xzvqG1a3uKju6bDdg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: BUG #6127: pg_restore failing: unexpected message type 0x58 during COPY from stdin  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Interesting.. I was able to pg_restore -f to a file... and then psql -f  the
resulting file. and it loaded just fine.. the down side to this method is I
cannot use the parallel load function (and the extra time). but I am glad
that I got the data loaded. Let me know if there is any other info I get
you.

On Thu, Jul 21, 2011 at 12:58 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

> Greg Johnson <greg.johnson@interprose.com> writes:
> > On Thu, Jul 21, 2011 at 11:44 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> >> This looks like pg_restore is terminating unexpectedly.  What do you see
> >> on the client end of it?
>
> > pg_restore: [custom archiver] could not read from input file: end of file
>
> Well, that suggests you have a truncated or otherwise corrupted pg_dump
> archive file.  Do you get a similar failure if you just do "pg_restore
> -l" on the archive file?  Is the pg_dump run reporting any signs of
> distress?
>
>                        regards, tom lane
>



--
----------------------------------------------------------------
Greg Johnson
The InterProse Corporation
Software Developer
Phone: (360) 604-3531 x225
Fax: (360) 604-3579

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #6128: A boolean variable doesn't evaluate properly in an IF conditional...
Следующее
От: Greg Johnson
Дата:
Сообщение: Re: BUG #6127: pg_restore failing: unexpected message type 0x58 during COPY from stdin