QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=31.45..59.06 rows=12 width=23)
Recheck Cond: (id = ANY ('{4077,3983,4119,4107,4126,4034,4128,3706,4031,4115,4017,4122}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..31.45 rows=12 width=0)
Index Cond: (id = ANY ('{4077,3983,4119,4107,4126,4034,4128,3706,4031,4115,4017,4122}'::integer[]))