QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=37.70..72.05 rows=20 width=29)
Recheck Cond: (id = ANY ('{4089,4085,4078,4056,4000,4097,4096,4079,4077,4076,4075,4070,4069,4067,4066,4063,4062,4060,4059,4058}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..37.70 rows=20 width=0)
Index Cond: (id = ANY ('{4089,4085,4078,4056,4000,4097,4096,4079,4077,4076,4075,4070,4069,4067,4066,4063,4062,4060,4059,4058}'::integer[]))