Re: pg_dump 2 gig file size limit on ext3 - Mailing list pgsql-general

From Shridhar Daithankar
Subject Re: pg_dump 2 gig file size limit on ext3
Date
Msg-id 3DF0A5C9.16664.3DE7D3F@localhost
Whole thread Raw
In response to Re: pg_dump 2 gig file size limit on ext3  (Tommi Maekitalo <t.maekitalo@epgmbh.de>)
Responses Re: pg_dump 2 gig file size limit on ext3  (Chris Gamache <cgg007@yahoo.com>)
List pgsql-general
On 6 Dec 2002 at 8:47, Tommi Maekitalo wrote:
> how do you use pg_dump? Versions < 7.3 might not have large file support. But
> you can use 'pg_dump db >dump.out'. pg_dump writes to stdout and do not have
> to deal with the file itself. This is done by your shell. If your shell have
> trouble you should change your shell or use split.

And as pointed out in pg_dump documentation, zipping the dump on the fly is
another possibility if you have CPU power..

Bye
 Shridhar

--
critic, n.:    A person who boasts himself hard to please because nobody tries    to
please him.        -- Ambrose Bierce, "The Devil's Dictionary"


pgsql-general by date:

Previous
From: Tommi Maekitalo
Date:
Subject: Re: pg_dump 2 gig file size limit on ext3
Next
From: "Robert Jenkins"
Date:
Subject: RPMs - minor problem