Re: pg_dump max file size exceeded - Mailing list pgsql-admin

From Rolf Luettecke
Subject Re: pg_dump max file size exceeded
Date
Msg-id 20020320184703.15733f21.rolf.luettecke@michael-telecom.de
Whole thread Raw
In response to Re: pg_dump max file size exceeded  (Naomi Walker <nwalker@eldocomp.com>)
Responses Re: pg_dump max file size exceeded
List pgsql-admin
>"Fred Moyer" <fred@digicamp.com> writes:
> ran time pg_dump -c --verbose database > datafile.psql from the command
> line and got a file size limit exceeded.  datafile.psql stopped at 2 gigs.
> any ideas how to exceed that limit?

Workaround: Pipe output to gzip/bzip2, if compressed file size does not
reach 2 GB limit, or cut output into 2GB-pieces.

Regards
R. Luettecke

pgsql-admin by date:

Previous
From: "Corey W. Gibbs"
Date:
Subject: Re: pg_dump max file size exceeded
Next
From: Shawn Tagseth
Date:
Subject: Re: Failure loading TCL/u