QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=22.00..41.34 rows=7 width=29)
Recheck Cond: (id = ANY ('{4084,4081,4072,4042,4041,4025,4080}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..21.99 rows=7 width=0)
Index Cond: (id = ANY ('{4084,4081,4072,4042,4041,4025,4080}'::integer[]))