|
|
|
|
@ -685,11 +685,11 @@ usage(const char *progname) |
|
|
|
|
printf(_(" -S, --superuser=NAME superuser user name to use for disabling triggers\n")); |
|
|
|
|
printf(_(" -t, --table=NAME restore named relation (table, view, etc.)\n")); |
|
|
|
|
printf(_(" -T, --trigger=NAME restore named trigger\n")); |
|
|
|
|
printf(_(" --exclude-database=PATTERN exclude databases whose name matches with pattern\n")); |
|
|
|
|
printf(_(" -x, --no-privileges skip restoration of access privileges (grant/revoke)\n")); |
|
|
|
|
printf(_(" -1, --single-transaction restore as a single transaction\n")); |
|
|
|
|
printf(_(" --disable-triggers disable triggers during data-only restore\n")); |
|
|
|
|
printf(_(" --enable-row-security enable row security\n")); |
|
|
|
|
printf(_(" --exclude-database=PATTERN do not restore the specified database(s)\n")); |
|
|
|
|
printf(_(" --filter=FILENAME restore or skip objects based on expressions\n" |
|
|
|
|
" in FILENAME\n")); |
|
|
|
|
printf(_(" --if-exists use IF EXISTS when dropping objects\n")); |
|
|
|
|
|