QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=58.04..109.31 rows=21 width=23)
Recheck Cond: (id = ANY ('{2983,2962,3157,3248,3123,3466,3166,3334,3362,3359,3389,3241,3253,3254,3234,3233,3367,3365,3403,3422,3372}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..58.04 rows=21 width=0)
Index Cond: (id = ANY ('{2983,2962,3157,3248,3123,3466,3166,3334,3362,3359,3389,3241,3253,3254,3234,3233,3367,3365,3403,3422,3372}'::integer[]))