QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=43.99..78.94 rows=14 width=22)
Recheck Cond: (id = ANY ('{3034,2715,2530,2781,2826,3320,2489,3319,2280,2689,3405,3321,3442,3584}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..43.99 rows=14 width=0)
Index Cond: (id = ANY ('{3034,2715,2530,2781,2826,3320,2489,3319,2280,2689,3405,3321,3442,3584}'::integer[]))