> > File size limit exceeded (core dumped)
> >
> > We suspect pg_dump. Is this true? Why would there be this limit in
> > pg_dump? Is it scheduled to be fixed?
Try piping the output of pg_dump through bzip2 before writing it to disk.
Or else, I think that pg_dump has -z or something parameters for turning
on compression.
Chris