>"Fred Moyer" <[EMAIL PROTECTED]> 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

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Reply via email to