QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=36.89..71.15 rows=17 width=23)
Recheck Cond: (id = ANY ('{4141,4128,4092,4122,4124,4123,4126,4127,4115,4121,4119,4097,4110,4103,4108,4080,4107}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..36.89 rows=17 width=0)
Index Cond: (id = ANY ('{4141,4128,4092,4122,4124,4123,4126,4127,4115,4121,4119,4097,4110,4103,4108,4080,4107}'::integer[]))