8 lines
188 B
MySQL
8 lines
188 B
MySQL
|
-- Verify camper:compute_new_invoice_amount on pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
select has_function_privilege('camper.compute_new_invoice_amount(integer, camper.new_invoice_product[])', 'execute');
|
||
|
|
||
|
rollback;
|