QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=35.74..65.06 rows=13 width=23)
Recheck Cond: (id = ANY ('{3902,4056,4098,3903,3901,3936,3917,3969,3982,3987,4000,4103,4122}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..35.74 rows=13 width=0)
Index Cond: (id = ANY ('{3902,4056,4098,3903,3901,3936,3917,3969,3982,3987,4000,4103,4122}'::integer[]))