QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=21.43..37.35 rows=5 width=22)
Recheck Cond: (id = ANY ('{49,61,421,71,47}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..21.43 rows=5 width=0)
Index Cond: (id = ANY ('{49,61,421,71,47}'::integer[]))