QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=36.28..66.48 rows=15 width=23)
Recheck Cond: (id = ANY ('{4062,4067,4069,4066,4052,4045,4070,4033,3927,3928,3940,3963,4051,4059,4023}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..36.27 rows=15 width=0)
Index Cond: (id = ANY ('{4062,4067,4069,4066,4052,4045,4070,4033,3927,3928,3940,3963,4051,4059,4023}'::integer[]))