8 lines
135 B
MySQL
8 lines
135 B
MySQL
|
-- Verify camper:current_company_id on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select has_function_privilege('camper.current_company_id()', 'execute');
|
||
|
|
||
|
rollback;
|