QUERY PLAN
Bitmap Heap Scan on tbl_sales_contracts (cost=32.56..66.12 rows=16 width=24)
Recheck Cond: (id = ANY ('{4144,4140,4139,4138,4137,4136,4135,4132,4131,4129,4130,4120,4112,4109,4099,4111}'::integer[]))
-> Bitmap Index Scan on tbl_sales_contracts_pkey (cost=0.00..32.56 rows=16 width=0)
Index Cond: (id = ANY ('{4144,4140,4139,4138,4137,4136,4135,4132,4131,4129,4130,4120,4112,4109,4099,4111}'::integer[]))