aboutsummaryrefslogtreecommitdiff
path: root/verify/insert_item.sql
blob: dac4fba67e2ff027fbfaf4347d17178f163d917c (about) (plain)
1
2
3
4
5
6
7
-- Verify kakeibo:insert_item on pg

BEGIN;

SELECT has_function_privilege('kakeibo.insert_item(kakeibo.transaction_type, date, text)', 'execute');

ROLLBACK;