8 lines
127 B
MySQL
8 lines
127 B
MySQL
|
-- Verify camper:check_cookie on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select has_function_privilege('public.check_cookie(text)', 'execute');
|
||
|
|
||
|
rollback;
|