QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=26.59..50.43 rows=9 width=64)
Recheck Cond: (id = ANY ('{4122,4128,3706,4034,4126,4107,4115,4119,3983}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..26.59 rows=9 width=0)
Index Cond: (id = ANY ('{4122,4128,3706,4034,4126,4107,4115,4119,3983}'::integer[]))