| Hash Join (cost=4.68..13.95 rows=1 width=250) |
| Hash Cond: ((b.name)::text = (a.item_name)::text) |
| -> Seq Scan on tbl_auth_items b (cost=0.00..9.23 rows=20 width=250) |
| Filter: (type = 1) |
| -> Hash (cost=4.65..4.65 rows=2 width=11) |
| -> Seq Scan on tbl_auth_assignments a (cost=0.00..4.65 rows=2 width=11) |
| Filter: (user_id = 1001) |