QUERY PLAN
GroupAggregate (cost=242.21..242.25 rows=2 width=36)
Group Key: pre_sales_id
-> Sort (cost=242.21..242.22 rows=2 width=9)
Sort Key: pre_sales_id
-> Seq Scan on tbl_reimbursements (cost=0.00..242.20 rows=2 width=9)
Filter: ((status <> 4) AND (status <> 0) AND (pre_sales_id = ANY ('{1832,1835}'::integer[])))