camper/verify/current_user_cookie.sql

8 lines
137 B
MySQL
Raw Normal View History

-- Verify camper:current_user_cookie on pg
begin;
select has_function_privilege('camper.current_user_cookie()', 'execute');
rollback;