QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=38.28..74.88 rows=22 width=23)
Recheck Cond: (id = ANY ('{3157,3248,3123,3503,3574,3334,3362,3359,3389,3241,3253,3254,3234,3233,3494,3582,3526,3367,3365,3403,3422,3372}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..38.27 rows=22 width=0)
Index Cond: (id = ANY ('{3157,3248,3123,3503,3574,3334,3362,3359,3389,3241,3253,3254,3234,3233,3494,3582,3526,3367,3365,3403,3422,3372}'::integer[]))