QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=17.15..30.75 rows=4 width=179)
Recheck Cond: (id = ANY ('{4475,4477,4482,4485}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..17.15 rows=4 width=0)
Index Cond: (id = ANY ('{4475,4477,4482,4485}'::integer[]))