[MonetDB-users] monet schema permissions
15 Mar
2007
15 Mar
'07
8:54 p.m.
I am trying to create a user with permission to create tables in a given schema. ========= create role my_owner; create schema mine authorization my_owner; create user hist with password 'my1' name 'historical data' schema "mine"; grant my_owner to hist; ========= I have tried : GRANT ALL on mine to hist; and GRANT ALL on mine to my_owner; and GRANT create table on mine to my_owner; and GRANT create table on mine to hist; all with no success.
6498
Age (days ago)
6498
Last active (days ago)
0 comments
1 participants
participants (1)
-
Colin Foss