Re: Feature Request: bzip2 support in pg_dump, pg_restore - Mailing list pgsql-general

From Greg Smith
Subject Re: Feature Request: bzip2 support in pg_dump, pg_restore
Date
Msg-id 4C654F4F.7040503@2ndquadrant.com
Whole thread Raw
In response to Feature Request: bzip2 support in pg_dump, pg_restore  (Daniel Migowski <dmigowski@ikoffice.de>)
Responses Re: Feature Request: bzip2 support in pg_dump, pg_restore
List pgsql-general
Daniel Migowski wrote:
A small investigation showed to me that bzip2 compressed sql files take only 60% of the space of gz compressed files. Since bzip2 is fairly common today, could one add an option to pg_dump and pg_restore supporting this compression type in their custom format? Or do the PostgreSQL folks prefer no to do that regarding backwards compatibility?

http://wiki.postgresql.org/wiki/Developer_FAQ#Why_aren.27t_there_more_compression_options_when_dumping_tables.3F
now has a first round answer to this topic, one that addresses the things that pop up every time this discussion is raised.  There are speed, code quality, code license, and patent issues all making this much harder to change than is obvious at first.

-- 
Greg Smith  2ndQuadrant US  Baltimore, MD
PostgreSQL Training, Services and Support
greg@2ndQuadrant.com   www.2ndQuadrant.us

pgsql-general by date:

Previous
From: Scott Ribe
Date:
Subject: Re: Feature Request: bzip2 support in pg_dump, pg_restore
Next
From: 노현석
Date:
Subject: we test pgpool-II with Shared Storage (Active-Standby)..