QUERY PLAN
GroupAggregate (cost=408.58..408.86 rows=14 width=36)
Group Key: implement_record_id
-> Sort (cost=408.58..408.61 rows=14 width=9)
Sort Key: implement_record_id
-> Seq Scan on tbl_reimbursements (cost=0.00..408.31 rows=14 width=9)
Filter: ((status = ANY ('{1,2,3}'::integer[])) AND (implement_record_id = ANY ('{6181,6536,6893,6915,6973,7025,5494,7267,7317,7336,7389,5495,5504,7535}'::integer[])))