QUERY PLAN
Unique (cost=15.16..15.18 rows=4 width=4)
-> Sort (cost=15.16..15.17 rows=4 width=4)
Sort Key: created_by
-> Seq Scan on tbl_reimbursements r (cost=0.00..15.12 rows=4 width=4)
Filter: (created_by = ANY ('{5493,5495}'::integer[]))