Re: Pg Dump error
От | Patrick Hatcher |
---|---|
Тема | Re: Pg Dump error |
Дата | |
Msg-id | OFC93A11E9.B32B1F62-ON88256DE5.007A0291-88256DE5.007AF705@fds.com обсуждение исходный текст |
Ответ на | Re: Pg Dump error (Tom Lane <tgl@sss.pgh.pa.us>) |
Список | pgsql-general |
thanks. It turn out to be a problem with one of the tables. It had a date value of 543525-01-01. Somehow the COPY command allowed this to come in as a date, but pg_Dump using a tar dump spat out a bogus error message. It wasn't until I did a normal pg_dump did I actually see that it was an error with a specific table. Patrick Hatcher Macys.Com Legacy Integration Developer 415-422-1610 office HatcherPT - AIM Tom Lane <tgl@sss.pgh.pa.us> To 11/21/2003 09:16 AM "Patrick Hatcher" <PHatcher@macys.com> cc pgsql-general@postgresql.org Subject Re: [GENERAL] Pg Dump error "Patrick Hatcher" <PHatcher@macys.com> writes: > Trying to dump data from my database using: > pg_dump -a -Ft -b mdc_oz > mdc.tar > And I keep receiving the following error: > pg_dump: [tar archiver] could not write to tar member (wrote 3, attempted > 203) IIRC, the -Ft mode requires dumping into temp files in /tmp --- have you got enough free space in /tmp for your largest table? regards, tom lane
В списке pgsql-general по дате отправления: