Skip to content
Snippets Groups Projects
Commit e630faac authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Fill in no_priv_msg for publications and subscriptions

Even though these messages are not used yet, we should keep the list
complete.
parent cdcad6b7
No related branches found
No related tags found
No related merge requests found
......@@ -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] =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment