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

Commite630faa

Browse files
committed
Fill in no_priv_msg for publications and subscriptions
Even though these messages are not used yet, we should keep the listcomplete.
1 parentcdcad6b commite630faa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎src/backend/catalog/aclchk.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3345,6 +3345,10 @@ static const char *const no_priv_msg[MAX_ACL_KIND] =
33453345
gettext_noop("permission denied for event trigger %s"),
33463346
/* ACL_KIND_EXTENSION */
33473347
gettext_noop("permission denied for extension %s"),
3348+
/* ACL_KIND_PUBLICATION */
3349+
gettext_noop("permission denied for publication %s"),
3350+
/* ACL_KIND_SUBSCRIPTION */
3351+
gettext_noop("permission denied for subscription %s"),
33483352
};
33493353

33503354
staticconstchar*constnot_owner_msg[MAX_ACL_KIND]=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp