mirror of
https://github.com/postgres/postgres.git
synced 2025-05-15 19:15:29 +03: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…
x
Reference in New Issue
Block a user