QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=26.01..48.45 rows=7 width=23)
Recheck Cond: (id = ANY ('{4355,4368,4370,3888,4379,4387,4369}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..26.01 rows=7 width=0)
Index Cond: (id = ANY ('{4355,4368,4370,3888,4379,4387,4369}'::integer[]))