-- Verify numerus:input_is_valid_phone on pg
begin;
select has_function_privilege('public.input_is_valid_phone(text, text)', 'execute');
rollback;