| Hash Join (cost=15.40..24.05 rows=2 width=250) |
| Hash Cond: ((b.name)::text = (a.item_name)::text) |
| -> Seq Scan on tbl_auth_items b (cost=0.00..7.85 rows=301 width=250) |
| Filter: (type = 2) |
| -> Hash (cost=15.38..15.38 rows=2 width=146) |
| -> Seq Scan on tbl_auth_assignments a (cost=0.00..15.38 rows=2 width=146) |
| Filter: (user_id = 5493) |