QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=43.71..76.58 rows=13 width=22)
Recheck Cond: (id = ANY ('{676,3726,3747,3773,3756,3234,3233,3617,3663,3582,675,3403,2704}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..43.70 rows=13 width=0)
Index Cond: (id = ANY ('{676,3726,3747,3773,3756,3234,3233,3617,3663,3582,675,3403,2704}'::integer[]))