|
|
|
|
|
by _jhqp
780 days ago
|
|
What do you mean exactly? If roles have INHERIT, then doing the following works, no? * Role A creates table
* GRANT A TO B;
* ROLE B can read from table just like A can. Also if Role A creates new table, Role B can read that too no? |
|