QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=34.85..63.31 rows=10 width=22)
Recheck Cond: (id = ANY ('{3785,3817,3818,3821,3813,3774,3706,3766,3721,3723}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..34.85 rows=10 width=0)
Index Cond: (id = ANY ('{3785,3817,3818,3821,3813,3774,3706,3766,3721,3723}'::integer[]))