QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=37.13..67.38 rows=18 width=22)
Recheck Cond: (id = ANY ('{3600,3503,3574,3704,3769,3726,3727,3747,3773,3756,3494,3617,3663,3610,3582,3526,3621,3834}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..37.13 rows=18 width=0)
Index Cond: (id = ANY ('{3600,3503,3574,3704,3769,3726,3727,3747,3773,3756,3494,3617,3663,3610,3582,3526,3621,3834}'::integer[]))