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 3943f5c commit ed762e9Copy full SHA for ed762e9
src/bin/pg_dump/pg_restore.c
@@ -508,7 +508,7 @@ usage(const char *progname)
508
printf(_(" --no-data do not restore data\n"));
509
printf(_(" --no-data-for-failed-tables do not restore data of tables that could not be\n"
510
" created\n"));
511
- printf(_(" --no-policies do not restore row level security policies\n"));
+ printf(_(" --no-policies do not restore row security policies\n"));
512
printf(_(" --no-publications do not restore publications\n"));
513
printf(_(" --no-schema do not restore schema\n"));
514
printf(_(" --no-security-labels do not restore security labels\n"));
0 commit comments