QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=39.42..70.15 rows=12 width=22)
Recheck Cond: (id = ANY ('{2451,1984,2936,3185,2442,2982,2953,2510,3089,2120,2512,2485}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..39.42 rows=12 width=0)
Index Cond: (id = ANY ('{2451,1984,2936,3185,2442,2982,2953,2510,3089,2120,2512,2485}'::integer[]))