QUERY PLAN
Hash Join (cost=4.69..21.55 rows=1 width=4)
Hash Cond: (u.id = aa.user_id)
-> Seq Scan on tbl_users u (cost=0.00..16.80 rows=25 width=4)
Filter: (user_status = '1'::type_global_user_status)
-> Hash (cost=4.65..4.65 rows=3 width=4)
-> Seq Scan on tbl_auth_assignments aa (cost=0.00..4.65 rows=3 width=4)
Filter: ((item_name)::text = 'Treasurer'::text)