QUERY PLAN
GroupAggregate (cost=326.02..326.20 rows=9 width=36)
Group Key: implement_record_id
-> Sort (cost=326.02..326.04 rows=9 width=9)
Sort Key: implement_record_id
-> Seq Scan on tbl_reimbursements (cost=0.00..325.88 rows=9 width=9)
Filter: ((status = ANY ('{1,2,3}'::integer[])) AND (implement_record_id = ANY ('{7094,7095,7098,7099,7097,7096,7101,7102,7104}'::integer[])))