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