Skip to content

Commit ed762e9

Browse files
committed
Unify wording of user-facing "row security" messages.
Row-level security is mostly referred to as "row security" in user-facing messages. Commit cd3c451 introduced one inconsistent use of "row level security"; make that one match the rest. Author: Kyotaro Horiguchi <horikyota.ntt@gmail.com> Discussion: https://postgr.es/m/20250317.135305.573764276033358827.horikyota.ntt@gmail.com
1 parent 3943f5c commit ed762e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_dump/pg_restore.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ usage(const char *progname)
508508
printf(_(" --no-data do not restore data\n"));
509509
printf(_(" --no-data-for-failed-tables do not restore data of tables that could not be\n"
510510
" created\n"));
511-
printf(_(" --no-policies do not restore row level security policies\n"));
511+
printf(_(" --no-policies do not restore row security policies\n"));
512512
printf(_(" --no-publications do not restore publications\n"));
513513
printf(_(" --no-schema do not restore schema\n"));
514514
printf(_(" --no-security-labels do not restore security labels\n"));

0 commit comments

Comments
 (0)