QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=17.14..30.22 rows=4 width=22)
Recheck Cond: (id = ANY ('{1234,1213,3834,3365}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..17.14 rows=4 width=0)
Index Cond: (id = ANY ('{1234,1213,3834,3365}'::integer[]))