QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=30.88..54.89 rows=10 width=23)
Recheck Cond: (id = ANY ('{2800,3820,4079,3505,3511,3535,3513,3572,3806,3700}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..30.88 rows=10 width=0)
Index Cond: (id = ANY ('{2800,3820,4079,3505,3511,3535,3513,3572,3806,3700}'::integer[]))