QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=37.47..72.83 rows=19 width=23)
Recheck Cond: (id = ANY ('{4085,4088,4076,4077,4075,4081,4090,4101,4102,3788,3985,3986,3988,3992,4012,4078,4115,4126,4127}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..37.46 rows=19 width=0)
Index Cond: (id = ANY ('{4085,4088,4076,4077,4075,4081,4090,4101,4102,3788,3985,3986,3988,3992,4012,4078,4115,4126,4127}'::integer[]))