QUERY PLAN
Bitmap Heap Scan on tbl_sales_contracts (cost=31.14..56.40 rows=11 width=180)
Recheck Cond: (id = ANY ('{2286,2305,2333,2149,1866,1990,1426,1793,1044,1794,1507}'::integer[]))
-> Bitmap Index Scan on tbl_sales_contracts_pkey (cost=0.00..31.13 rows=11 width=0)
Index Cond: (id = ANY ('{2286,2305,2333,2149,1866,1990,1426,1793,1044,1794,1507}'::integer[]))