QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=37.76..74.75 rows=20 width=54)
Recheck Cond: (id = ANY ('{4238,4237,4232,4218,4203,4196,4194,4190,4189,4186,4184,4183,4180,4173,4171,4158,4141,4138,4135,4134}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..37.75 rows=20 width=0)
Index Cond: (id = ANY ('{4238,4237,4232,4218,4203,4196,4194,4190,4189,4186,4184,4183,4180,4173,4171,4158,4141,4138,4135,4134}'::integer[]))