Page 1 of 1

pgDump Compression

Posted: Fri 26 May 2017 14:40
by ccampbell
Hi, does the pgDump.backup and restore support the -Fc and -Z0 parameters? If so how would you recommend using them.

Thanks.

Chris

Re: pgDump Compression

Posted: Mon 29 May 2017 15:56
by Pinturiccio
PgSqlDump backs up data to an SQL script. When PgSqlDump restores data it executes SQL scripts. And PgSqlDump does not have -Fc and -Z0 parameters.

Re: pgDump Compression

Posted: Tue 30 May 2017 15:38
by ccampbell
Okay. Thank you.