QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=36.85..69.82 rows=17 width=23)
Recheck Cond: (id = ANY ('{3804,3769,3726,3747,3773,3756,3863,3903,3901,3902,3936,3917,3969,3982,4056,4000,3987}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..36.84 rows=17 width=0)
Index Cond: (id = ANY ('{3804,3769,3726,3747,3773,3756,3863,3903,3901,3902,3936,3917,3969,3982,4056,4000,3987}'::integer[]))