numerus/verify/check_cookie.sql

8 lines
128 B
PL/PgSQL

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