8 lines
147 B
PL/PgSQL
8 lines
147 B
PL/PgSQL
-- Verify camper:translate_season on pg
|
|
|
|
begin;
|
|
|
|
select has_function_privilege('camper.translate_season(uuid, text, text)', 'execute');
|
|
|
|
rollback;
|