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