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