mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Unify wording of user-facing "row security" messages.
Row-level security is mostly referred to as "row security" in
user-facing messages. Commit cd3c45125
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
This commit is contained in:
@ -508,7 +508,7 @@ usage(const char *progname)
|
|||||||
printf(_(" --no-data do not restore data\n"));
|
printf(_(" --no-data do not restore data\n"));
|
||||||
printf(_(" --no-data-for-failed-tables do not restore data of tables that could not be\n"
|
printf(_(" --no-data-for-failed-tables do not restore data of tables that could not be\n"
|
||||||
" created\n"));
|
" created\n"));
|
||||||
printf(_(" --no-policies do not restore row level security policies\n"));
|
printf(_(" --no-policies do not restore row security policies\n"));
|
||||||
printf(_(" --no-publications do not restore publications\n"));
|
printf(_(" --no-publications do not restore publications\n"));
|
||||||
printf(_(" --no-schema do not restore schema\n"));
|
printf(_(" --no-schema do not restore schema\n"));
|
||||||
printf(_(" --no-security-labels do not restore security labels\n"));
|
printf(_(" --no-security-labels do not restore security labels\n"));
|
||||||
|
Reference in New Issue
Block a user