8 lines
185 B
MySQL
8 lines
185 B
MySQL
|
-- Verify numerus:compute_new_quote_amount on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select has_function_privilege('numerus.compute_new_quote_amount(integer, numerus.new_quote_product[])', 'execute');
|
||
|
|
||
|
rollback;
|