QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=74.56..140.75 rows=23 width=23)
Recheck Cond: (id = ANY ('{3600,3804,3704,3769,3726,3727,3747,3773,3756,3863,3617,3663,3621,3903,3901,3902,3936,3917,3969,3982,3987,4000,4056}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..74.55 rows=23 width=0)
Index Cond: (id = ANY ('{3600,3804,3704,3769,3726,3727,3747,3773,3756,3863,3617,3663,3621,3903,3901,3902,3936,3917,3969,3982,3987,4000,4056}'::integer[]))