QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=36.03..67.21 rows=14 width=23)
Recheck Cond: (id = ANY ('{2791,2540,2800,2571,2519,3820,4079,3505,3511,3535,3513,3572,3806,3700}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..36.02 rows=14 width=0)
Index Cond: (id = ANY ('{2791,2540,2800,2571,2519,3820,4079,3505,3511,3535,3513,3572,3806,3700}'::integer[]))