Github user robertamarton commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/870#discussion_r91203013 --- Diff: docs/messages_guide/src/asciidoc/_chapters/ddl_msgs.adoc --- @@ -254,6 +254,24 @@ local super ID can perform a replication operation for a catalog and for multiple schemas in a single catalog. Additionally, the schema owner can perform a replication operation for a single schema. +[[SQL-1018]] +== SQL 1018 + +``` +Grant of role or privilege <privilege> from <user-or-role-1> to <user-or-role-2> not found, revoke request ignored. +``` + +Where <privilege> is a {project-name} privilege and <user-or-role-1> and <user-or-role-2> are user IDs or roles. + --- End diff -- user-or-role-2 can be the special role PUBLIC but user-or_role-1 cannot be PUBLIC You might want to call the <authorization IDs> like other messages.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---