QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=31.45..59.06 rows=12 width=23)
Recheck Cond: (id = ANY ('{1559,3747,3773,3365,3969,3982,3987,4118,4103,4122,4133,4141}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..31.45 rows=12 width=0)
Index Cond: (id = ANY ('{1559,3747,3773,3365,3969,3982,3987,4118,4103,4122,4133,4141}'::integer[]))