mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-11 19:20:40 +08:00
Fill in no_priv_msg for publications and subscriptions
Even though these messages are not used yet, we should keep the list complete.
This commit is contained in:
parent
cdcad6b788
commit
e630faacd8
@ -3345,6 +3345,10 @@ static const char *const no_priv_msg[MAX_ACL_KIND] =
|
||||
gettext_noop("permission denied for event trigger %s"),
|
||||
/* ACL_KIND_EXTENSION */
|
||||
gettext_noop("permission denied for extension %s"),
|
||||
/* ACL_KIND_PUBLICATION */
|
||||
gettext_noop("permission denied for publication %s"),
|
||||
/* ACL_KIND_SUBSCRIPTION */
|
||||
gettext_noop("permission denied for subscription %s"),
|
||||
};
|
||||
|
||||
static const char *const not_owner_msg[MAX_ACL_KIND] =
|
||||
|
Loading…
Reference in New Issue
Block a user