Re: pg_dump max file size exceeded

Поиск
Список
Период
Сортировка
От Rolf Luettecke
Тема Re: pg_dump max file size exceeded
Дата
Msg-id 20020320184703.15733f21.rolf.luettecke@michael-telecom.de
обсуждение исходный текст
Ответ на Re: pg_dump max file size exceeded  (Naomi Walker <nwalker@eldocomp.com>)
Ответы Re: pg_dump max file size exceeded  (Dmitry Morozovsky <marck@rinet.ru>)
Список 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 по дате отправления:

Предыдущее
От: "Corey W. Gibbs"
Дата:
Сообщение: Re: pg_dump max file size exceeded
Следующее
От: Shawn Tagseth
Дата:
Сообщение: Re: Failure loading TCL/u