QUERY PLAN
Bitmap Heap Scan on tbl_sales_contracts (cost=32.56..66.12 rows=16 width=28)
Recheck Cond: (id = ANY ('{4139,4129,4112,4044,4094,4047,4046,4048,4106,4055,4099,2653,4026,4083,4082,4086}'::integer[]))
-> Bitmap Index Scan on tbl_sales_contracts_pkey (cost=0.00..32.56 rows=16 width=0)
Index Cond: (id = ANY ('{4139,4129,4112,4044,4094,4047,4046,4048,4106,4055,4099,2653,4026,4083,4082,4086}'::integer[]))