QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=37.47..73.16 rows=19 width=23)
Recheck Cond: (id = ANY ('{2983,2962,2764,2839,2674,2767,3019,3157,2771,2813,3248,2793,3123,3241,3253,3254,3234,3233,2704}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..37.46 rows=19 width=0)
Index Cond: (id = ANY ('{2983,2962,2764,2839,2674,2767,3019,3157,2771,2813,3248,2793,3123,3241,3253,3254,3234,3233,2704}'::integer[]))