| Unique (cost=12.90..12.92 rows=4 width=4) |
| -> Sort (cost=12.90..12.91 rows=4 width=4) |
| Sort Key: u.id |
| -> Hash Join (cost=5.00..12.86 rows=4 width=4) |
| Hash Cond: (u.id = aa.user_id) |
| -> Seq Scan on tbl_users u (cost=0.00..7.80 rows=24 width=4) |
| Filter: (user_status = '1'::type_global_user_status) |
| -> Hash (cost=4.70..4.70 rows=24 width=4) |
| -> Seq Scan on tbl_auth_assignments aa (cost=0.00..4.70 rows=24 width=4) |
| Filter: ((item_name)::text = 'Admin'::text) |