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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kris Kiger <kris(at)musicrebellion(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Large file support needed? Trying to identify root of error.
Date: 2004-07-19 20:00:21
Message-ID: 25097.1090267221@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Kris Kiger <kris(at)musicrebellion(dot)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

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Scott Marlowe 2004-07-19 20:06:53 Re: VACUUM ANALYZE and REINDEX
Previous Message Kris Kiger 2004-07-19 19:28:48 Large file support needed? Trying to identify root of error.