QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=65.42..123.84 rows=19 width=64)
Recheck Cond: (id = ANY ('{3810,3987,3908,3969,4037,4040,4038,4034,4025,3457,4014,4015,3889,3922,3956,3991,3994,4012,4007}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..65.41 rows=19 width=0)
Index Cond: (id = ANY ('{3810,3987,3908,3969,4037,4040,4038,4034,4025,3457,4014,4015,3889,3922,3956,3991,3994,4012,4007}'::integer[]))