BUG #8589: compression is "skipped" for pg_dump custom format when piped in python

Поиск
Список
Период
Сортировка
От tom.ty89@gmail.com
Тема BUG #8589: compression is "skipped" for pg_dump custom format when piped in python
Дата
Msg-id E1VfwdP-0006k5-1S@wrigleys.postgresql.org
обсуждение исходный текст
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      8589
Logged by:          Tom Yan
Email address:      tom.ty89@gmail.com
PostgreSQL version: 9.2.4
Operating system:   Windows 7 x64
Description:

What I do is to pipe pg_dump -Fc to python's subprocess stdout.
The dump file I got is still usable with pg_restore, just it's not
compressed. It doesn't work even if I add -Z option manually.
And this is likely not a python's issue since the I can have compression
with -Z if I choose to export plain sql.

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: BUG #8588: Need work arounds for Apple unaligned access
Следующее
От: stephane.wustner@lip6.fr
Дата:
Сообщение: BUG #8587: quantile segfaults when quantile out of [0;1] range