Most of them are exactly the same as we use for Numerus, but with the main application schema changed to camper. Closes #1
8 lines
141 B
PL/PgSQL
8 lines
141 B
PL/PgSQL
-- Verify camper:build_cookie on pg
|
|
|
|
begin;
|
|
|
|
select has_function_privilege('camper.build_cookie(camper.email, text)', 'execute');
|
|
|
|
rollback;
|