QUERY PLAN
Bitmap Heap Scan on tbl_sales_contracts (cost=22.00..41.34 rows=7 width=180)
Recheck Cond: (id = ANY ('{1044,2286,1866,229,907,1328,1507}'::integer[]))
-> Bitmap Index Scan on tbl_sales_contracts_pkey (cost=0.00..21.99 rows=7 width=0)
Index Cond: (id = ANY ('{1044,2286,1866,229,907,1328,1507}'::integer[]))