QUERY PLAN
Group (cost=29.19..29.20 rows=3 width=11)
Group Key: parent
-> Sort (cost=29.19..29.20 rows=3 width=11)
Sort Key: parent
-> Seq Scan on tbl_auth_item_child (cost=0.00..29.16 rows=3 width=11)
Filter: (((parent)::text <> 'Admin'::text) AND ((child)::text = 'distributeCase'::text))