-- Verify tipus:login on pg
begin;
select has_function_privilege('tipus.login(tipus.email, text, inet)', 'execute');
rollback;