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