QUERY PLAN
Index Scan using tbl_auth_items_pkey on tbl_auth_items (cost=0.27..8.29 rows=1 width=38)
Index Cond: ((name)::text = 'Accountant'::text)
Filter: (type = 1)