mirror of https://github.com/citusdata/citus.git
Rollbacks all changes
parent
201e11b217
commit
b8e915ce74
|
@ -93,12 +93,14 @@ CREATE ROLE non_dist_role_4;
|
|||
|
||||
SET citus.enable_create_role_propagation TO ON;
|
||||
|
||||
SET ROLE non_dist_role_1;
|
||||
SET ROLE dist_role_1;
|
||||
|
||||
GRANT non_dist_role_1 TO non_dist_role_2;
|
||||
|
||||
SET citus.enable_create_role_propagation TO OFF;
|
||||
|
||||
SET ROLE non_dist_role_1;
|
||||
|
||||
GRANT dist_role_1 TO dist_role_2;
|
||||
|
||||
RESET ROLE;
|
||||
|
|
Loading…
Reference in New Issue