Hash Join (cost=4.66..10.73 rows=3 width=247) |
Hash Cond: ((b.name)::text = (a.item_name)::text) |
-> Seq Scan on tbl_auth_items b (cost=0.00..5.56 rows=187 width=247) |
Filter: (type = 2) |
-> Hash (cost=4.62..4.62 rows=3 width=11) |
-> Seq Scan on tbl_auth_assignments a (cost=0.00..4.62 rows=3 width=11) |
Filter: (user_id = 1001) |