QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=36.03..67.21 rows=14 width=23)
Recheck Cond: (id = ANY ('{4118,4236,4251,4247,4244,4242,4240,4239,4137,4234,4230,4222,4231,4229}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..36.02 rows=14 width=0)
Index Cond: (id = ANY ('{4118,4236,4251,4247,4244,4242,4240,4239,4137,4234,4230,4222,4231,4229}'::integer[]))