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