QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=17.44..32.46 rows=5 width=139)
Recheck Cond: (id = ANY ('{4232,4238,4237,4135,4158}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..17.44 rows=5 width=0)
Index Cond: (id = ANY ('{4232,4238,4237,4135,4158}'::integer[]))