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