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