mirror of https://github.com/citusdata/citus.git
typo
parent
ed967a9c6d
commit
3c6377738b
|
@ -4,4 +4,4 @@ CREATE USER nonsuperuser CREATEROLE;
|
||||||
SET ROLE nonsuperuser;
|
SET ROLE nonsuperuser;
|
||||||
--- The non-superuser role should not be able to access citus_internal functions
|
--- The non-superuser role should not be able to access citus_internal functions
|
||||||
SELECT citus_internal.commit_management_command_2pc();
|
SELECT citus_internal.commit_management_command_2pc();
|
||||||
select citus_internal.replace_isolation_tester_func();
|
SELECT citus_internal.replace_isolation_tester_func();
|
||||||
|
|
Loading…
Reference in New Issue