| От | Tom Lane |
|---|---|
| Тема | Re: 7.3.4 dump/restore error |
| Дата | |
| Msg-id | 25676.1121526438@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | 7.3.4 dump/restore error (Thomas Chille <thomas.chille@gmail.com>) |
| Список | pgsql-general |
Thomas Chille <thomas.chille@gmail.com> writes:
> 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"
Try asking pg_restore to dump to a text file (maybe dump just this one
table) and look at the data to see if you can tell what happened to it.
Note the line number is within the copy data, ie, the first data line
after the COPY command is line 1.
regards, tom lane
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера