We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cfaffc commit ff46f2aCopy full SHA for ff46f2a
src/bin/pg_dump/pg_dumpall.c
@@ -356,15 +356,6 @@ main(int argc, char *argv[])
356
exit_nicely(1);
357
}
358
359
- if (no_role_passwords && binary_upgrade)
360
- {
361
- fprintf(stderr, _("%s: options --no-role-passwords and --binary-upgrade cannot be used together\n"),
362
- progname);
363
- fprintf(stderr, _("Try \"%s --help\" for more information.\n"),
364
365
- exit_nicely(1);
366
- }
367
-
368
/*
369
* If password values are not required in the dump, switch to
370
* using pg_roles which is equally useful, just more likely
0 commit comments