8 lines
145 B
MySQL
8 lines
145 B
MySQL
|
-- Verify numerus:find_user_role on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select has_function_privilege('auth.find_user_role(numerus.email, text)', 'execute');
|
||
|
|
||
|
rollback;
|