QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=31.45..59.06 rows=12 width=23)
Recheck Cond: (id = ANY ('{4084,4103,4104,4100,4093,4110,4121,4124,4097,4092,4128,4122}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..31.45 rows=12 width=0)
Index Cond: (id = ANY ('{4084,4103,4104,4100,4093,4110,4121,4124,4097,4092,4128,4122}'::integer[]))