QUERY PLAN
Insert on tbl_auth_items (cost=7.89..7.91 rows=1 width=296)
-> Subquery Scan on "*SELECT*" (cost=7.89..7.91 rows=1 width=296)
-> Result (cost=7.89..7.90 rows=1 width=104)
One-Time Filter: (NOT $0)
InitPlan 1 (returns $0)
-> Seq Scan on tbl_auth_items tbl_auth_items_1 (cost=0.00..7.89 rows=1 width=0)
Filter: ((name)::text = 'createVoucher'::text)