Re: pg_dump --compress error - Mailing list pgsql-general

From Tom Lane
Subject Re: pg_dump --compress error
Date
Msg-id 2539.1283265570@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_dump --compress error  (yasin malli <yasinmalli@gmail.com>)
List pgsql-general
yasin malli <yasinmalli@gmail.com> writes:
> Unfortunately, only plain-old dump works correctly while restoring.
> if command contains any compress option, it won't work

--compress is normally used as an adjunct to -Fc.
I'm not real sure what you get if you specify it without that;
maybe a compressed plain-text-script dump?  If so, you'd have
to pass it through gunzip and then to psql to do anything useful
with it.

            regards, tom lane

pgsql-general by date:

Previous
From: Oleg Bartunov
Date:
Subject: Re: GiN indexes
Next
From: Henk van Lingen
Date:
Subject: Forcing the right queryplan