QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=38.91..78.41 rows=24 width=23)
Recheck Cond: (id = ANY ('{3902,3804,3769,3726,4056,3747,3773,3756,4098,3863,3903,3901,4240,3936,3917,3969,3982,3987,4000,4118,4103,4145,4122,4136}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..38.90 rows=24 width=0)
Index Cond: (id = ANY ('{3902,3804,3769,3726,4056,3747,3773,3756,4098,3863,3903,3901,4240,3936,3917,3969,3982,3987,4000,4118,4103,4145,4122,4136}'::integer[]))