You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Roberta Marton (JIRA)" <ji...@apache.org> on 2016/09/14 00:05:20 UTC

[jira] [Closed] (TRAFODION-2196) column privilege -- a user who has been granted privileges on a table with grant option will get error when he grants column privilges to other users/roles

     [ https://issues.apache.org/jira/browse/TRAFODION-2196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roberta Marton closed TRAFODION-2196.
-------------------------------------
    Resolution: Duplicate

> column privilege -- a user who has been granted privileges on a table with grant option will get error when he grants column privilges to other users/roles
> -----------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TRAFODION-2196
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2196
>             Project: Apache Trafodion
>          Issue Type: Bug
>          Components: sql-security
>         Environment: centos6.7
> EsgynDB R2.2 0825daily
>            Reporter: Gao, Rui-Xian
>            Assignee: Roberta Marton
>
>  A user has been granted privileges on a table with grant option will get error when he grants column privilges to other users/roles
> Reproduce Steps --
> create role role1;
> create schema mysch;
> set schema mysch;
> create table atab1(a int not null primary key, b int, c varchar(10));
> grant select,insert ,delete, update ,references(a) on atab1 to testuser1 with grant option;
> Connect as testuser1 -
> Set schema mysch;
> grant select(a,b),insert(a),update(b,c),references(a) on atab1 to role1;
> *** ERROR[1012] No privileges were granted.  You lack grant option on the specified privileges. [2016-08-27 17:38:32]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)