8 lines
133 B
MySQL
8 lines
133 B
MySQL
|
-- Verify numerus:to_price on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select has_function_privilege('numerus.to_price(integer, integer)', 'execute');
|
||
|
|
||
|
rollback;
|