Re: pg_dump fundenental question - Mailing list pgsql-general

From David G. Johnston
Subject Re: pg_dump fundenental question
Date
Msg-id CAKFQuwabdWmjxaMEb5zAg_zA+52sh_-FnkC6CAf+5Ok6ZvQshw@mail.gmail.com
Whole thread Raw
In response to pg_dump fundenental question  ("J. Cassidy" <sean@jdcassidy.eu>)
Responses Re: pg_dump fundenental question  (Rob Sargent <robjsargent@gmail.com>)
Re: pg_dump fundenental question  ("J. Cassidy" <sean@jdcassidy.eu>)
List pgsql-general
On Tue, Jul 5, 2016 at 10:54 AM, J. Cassidy <sean@jdcassidy.eu> wrote:
Hello all,

I have hopefully an "easy" question.

If I issue the pg_dump command with no switches or options i.e.

/usr/local/pgsql/bin/pg_dump -v dbabcd > /data3TB/Backup/dbabcd

Is their any "default" compression involved or not? Does pg_dump talk to zlib during the dump process given that I have not specified any compression on the 
command line? (see above).
​In general the easiest way to answer the question of whether something (well, a text file at least) is compressed or not is to attempt to open it in a text editor - if you can read the contents​
 
​its not compressed.

Reading the Description section at the following location provides the answer you seek - no, there is no compression by default.​


pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: pg_dump fundenental question
Next
From: Rob Sargent
Date:
Subject: Re: pg_dump fundenental question