QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=31.17..57.12 rows=11 width=25)
Recheck Cond: (id = ANY ('{4145,4240,4228,4236,4242,4187,4188,4239,4136,4237,4238}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..31.16 rows=11 width=0)
Index Cond: (id = ANY ('{4145,4240,4228,4236,4242,4187,4188,4239,4136,4237,4238}'::integer[]))