blob: a591157401efb48608f05add345357d20dbb9b75 (
about) (
plain)
1
2
3
4
5
6
7
|
-- Verify kakeibo:insert_transaction on pg
BEGIN;
SELECT has_function_privilege('kakeibo.insert_transaction(kakeibo.transaction_type, date, text)', 'execute');
ROLLBACK;
|