QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=22.01..41.77 rows=7 width=29)
Recheck Cond: (id = ANY ('{4143,4142,4087,4072,4042,4041,4025}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..22.01 rows=7 width=0)
Index Cond: (id = ANY ('{4143,4142,4087,4072,4042,4041,4025}'::integer[]))