Re: Feature Request: bzip2 support in pg_dump, pg_restore

From: Scott Ribe <scott_ribe(at)killerbytes(dot)com>
To: Daniel Migowski <dmigowski(at)ikoffice(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Feature Request: bzip2 support in pg_dump, pg_restore
Date: 2010-08-13 13:50:49
Message-ID: 7B187279-02AF-4BEA-88DA-210B1DE70F38@killerbytes.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

pg_dumpall | bzip2 > mydump.txt.bz2

bunzip2 -kc mydump.txt.bz2 | bin/psql template1

--
Scott Ribe
scott_ribe(at)elevated-dev(dot)com
http://www.elevated-dev.com/
(303) 722-0567 voice

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Greg Smith 2010-08-13 13:57:35 Re: Feature Request: bzip2 support in pg_dump, pg_restore
Previous Message Bruce Momjian 2010-08-13 13:31:59 Re: Compression on SSL links?