Re: Large file support needed? Trying to identify root of error. - Mailing list pgsql-admin

From Tom Lane
Subject Re: Large file support needed? Trying to identify root of error.
Date
Msg-id 25097.1090267221@sss.pgh.pa.us
Whole thread Raw
In response to Large file support needed? Trying to identify root of error.  (Kris Kiger <kris@musicrebellion.com>)
List 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 by date:

Previous
From: Kris Kiger
Date:
Subject: Large file support needed? Trying to identify root of error.
Next
From: "Scott Marlowe"
Date:
Subject: Re: VACUUM ANALYZE and REINDEX