>"Fred Moyer" <fred(at)digicamp(dot)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