QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=37.13..70.16 rows=18 width=23)
Recheck Cond: (id = ANY ('{3940,3927,4033,4070,4045,4067,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.13 rows=18 width=0)
Index Cond: (id = ANY ('{3940,3927,4033,4070,4045,4067,4051,3963,3928,4052,4062,4066,4069,3936,4013,4076,4079,4056}'::integer[]))