Re: pg_dump compress

Поиск
Список
Период
Сортировка
От hubert depesz lubaczewski
Тема Re: pg_dump compress
Дата
Msg-id 20110923134649.GA25054@depesz.com
обсуждение исходный текст
Ответ на pg_dump compress  (Roger Niederland <roger@niederland.com>)
Ответы Re: pg_dump compress
Re: pg_dump compress
Список pgsql-general
On Thu, Sep 22, 2011 at 11:00:10PM -0700, Roger Niederland wrote:
> Using pg_dump from the command line with the exe included in windows
> 32 bit install in postgresql 9.1.
> pg_dump  -U username -f somefile.sql.gz -Z 9 -i dbname

please note that pg_dump --help shows:
  -Z, --compress=0-9          compression level for compressed formats

hint: the part "for compressed formats" is critical.

plain dump is not compressed, you'd have to use -Fc to get compression,
but it's good to use anyway.

Best regards,

depesz


В списке pgsql-general по дате отправления:

Предыдущее
От: Roger Niederland
Дата:
Сообщение: pg_dump compress
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: pg_dump compress