Skip to content

Commit

Permalink
Update pgdump.js
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-weizman-deel authored May 16, 2018
1 parent e84f11f commit e13565c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pgdump.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function spawnPgDump(config) {
const env = Object.assign({}, config, {
LD_LIBRARY_PATH: config.PGDUMP_PATH
})
return spawn(pgDumpPath, ['-Fc'], {
return spawn(pgDumpPath, ['-Fc', '-Z 1'], {
env
})
}
Expand Down

0 comments on commit e13565c

Please sign in to comment.