QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=53.18..100.19 rows=18 width=23)
Recheck Cond: (id = ANY ('{2661,2764,2770,2839,2605,2674,2767,3019,2771,2595,2758,2813,2657,2896,2793,2548,2769,2704}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..53.17 rows=18 width=0)
Index Cond: (id = ANY ('{2661,2764,2770,2839,2605,2674,2767,3019,2771,2595,2758,2813,2657,2896,2793,2548,2769,2704}'::integer[]))