Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commited762e9

Browse files
committed
Unify wording of user-facing "row security" messages.
Row-level security is mostly referred to as "row security" inuser-facing messages. Commitcd3c451 introduced one inconsistentuse 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 parent3943f5c commited762e9

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 rowlevelsecurity 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)

[8]ページ先頭

©2009-2025 Movatter.jp