QUERY PLAN
Bitmap Heap Scan on tbl_sales_contracts (cost=33.42..69.44 rows=19 width=24)
Recheck Cond: (id = ANY ('{4082,4073,4088,4090,4087,4086,4083,4071,4068,4065,4064,4061,4055,4054,4050,4049,4048,4047,4046}'::integer[]))
-> Bitmap Index Scan on tbl_sales_contracts_pkey (cost=0.00..33.41 rows=19 width=0)
Index Cond: (id = ANY ('{4082,4073,4088,4090,4087,4086,4083,4071,4068,4065,4064,4061,4055,4054,4050,4049,4048,4047,4046}'::integer[]))