camper/verify/current_user_email.sql

8 lines
135 B
MySQL
Raw Permalink Normal View History

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