File tree 1 file changed +1
-1
lines changed 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -685,11 +685,11 @@ usage(const char *progname)
685
685
printf (_ (" -S, --superuser=NAME superuser user name to use for disabling triggers\n" ));
686
686
printf (_ (" -t, --table=NAME restore named relation (table, view, etc.)\n" ));
687
687
printf (_ (" -T, --trigger=NAME restore named trigger\n" ));
688
- printf (_ (" --exclude-database=PATTERN exclude databases whose name matches with pattern\n" ));
689
688
printf (_ (" -x, --no-privileges skip restoration of access privileges (grant/revoke)\n" ));
690
689
printf (_ (" -1, --single-transaction restore as a single transaction\n" ));
691
690
printf (_ (" --disable-triggers disable triggers during data-only restore\n" ));
692
691
printf (_ (" --enable-row-security enable row security\n" ));
692
+ printf (_ (" --exclude-database=PATTERN do not restore the specified database(s)\n" ));
693
693
printf (_ (" --filter=FILENAME restore or skip objects based on expressions\n"
694
694
" in FILENAME\n" ));
695
695
printf (_ (" --if-exists use IF EXISTS when dropping objects\n" ));
You can’t perform that action at this time.
0 commit comments