Re: Large file support needed? Trying to identify root of error.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Large file support needed? Trying to identify root of error.
Дата
Msg-id 25097.1090267221@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Large file support needed? Trying to identify root of error.  (Kris Kiger <kris@musicrebellion.com>)
Список pgsql-admin
Kris Kiger <kris@musicrebellion.com> writes:
> I've got a database that is a single table with 5 integers, a timestamp
> with time zone, and a boolean.  The table is 170 million rows in length.
>  The contents of the tar'd dump file it produced using:
>     pg_dump -U postgres -Ft test > test_backup.tar
> is: 8.dat (approximately 8GB), a toc, and restore.sql.

Try -Fc instead.  I have some recollection that tar format has a
hard-wired limit on the size of individual members.

            regards, tom lane

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

Предыдущее
От: Kris Kiger
Дата:
Сообщение: Large file support needed? Trying to identify root of error.
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: VACUUM ANALYZE and REINDEX