]> granicus.if.org Git - postgresql/commit
pg_dumpall: Allow --no-role-passwords and --binary-upgrade together
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 14 Apr 2017 01:23:34 +0000 (21:23 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 14 Apr 2017 01:23:34 +0000 (21:23 -0400)
commitff46f2a0534560367ba748ac9d859a2cf05ce3fc
tree0b0dc4820193cc2a6c8591624ebcfd2ac6c08a06
parent6cfaffc0ddc73dab6857c094f98b28761898cc6d
pg_dumpall: Allow --no-role-passwords and --binary-upgrade together

This was introduced as part of the patch to add --no-role-passwords, but
while it's an unusual combination, there is no actual reason to prevent
it.
src/bin/pg_dump/pg_dumpall.c