QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=17.15..29.71 rows=4 width=23)
Recheck Cond: (id = ANY ('{1234,1213,4463,4475}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..17.15 rows=4 width=0)
Index Cond: (id = ANY ('{1234,1213,4463,4475}'::integer[]))