QUERY PLAN
Bitmap Heap Scan on tbl_sales_contracts (cost=33.13..67.74 rows=18 width=24)
Recheck Cond: (id = ANY ('{4100,4101,4099,4102,4095,4093,4092,4091,4088,4090,4087,4086,4083,4082,4073,4071,4068,4065}'::integer[]))
-> Bitmap Index Scan on tbl_sales_contracts_pkey (cost=0.00..33.13 rows=18 width=0)
Index Cond: (id = ANY ('{4100,4101,4099,4102,4095,4093,4092,4091,4088,4090,4087,4086,4083,4082,4073,4071,4068,4065}'::integer[]))