QUERY PLAN
Bitmap Heap Scan on tbl_auth_assignments (cost=4.16..9.50 rows=2 width=4)
Recheck Cond: ((item_name)::text = 'Treasurer'::text)
-> Bitmap Index Scan on tbl_auth_assignments_pkey (cost=0.00..4.16 rows=2 width=0)
Index Cond: ((item_name)::text = 'Treasurer'::text)