QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=48.56..89.56 rows=16 width=23)
Recheck Cond: (id = ANY ('{3804,3769,3747,3773,3756,3863,3903,3901,3902,3936,3917,3969,3982,4000,3987,4056}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..48.56 rows=16 width=0)
Index Cond: (id = ANY ('{3804,3769,3747,3773,3756,3863,3903,3901,3902,3936,3917,3969,3982,4000,3987,4056}'::integer[]))