QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=31.45..59.25 rows=12 width=23)
Recheck Cond: (id = ANY ('{4228,4217,4236,4230,4239,4234,4240,4201,4206,4222,4246,4247}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..31.45 rows=12 width=0)
Index Cond: (id = ANY ('{4228,4217,4236,4230,4239,4234,4240,4201,4206,4222,4246,4247}'::integer[]))