QUERY PLAN
Bitmap Heap Scan on tbl_sales_contracts (cost=32.28..63.75 rows=15 width=32)
Recheck Cond: (id = ANY ('{4036,4044,4046,3960,4024,3202,3646,3925,3931,4022,4021,4005,4090,4091,4100}'::integer[]))
-> Bitmap Index Scan on tbl_sales_contracts_pkey (cost=0.00..32.28 rows=15 width=0)
Index Cond: (id = ANY ('{4036,4044,4046,3960,4024,3202,3646,3925,3931,4022,4021,4005,4090,4091,4100}'::integer[]))