QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=25.73..45.31 rows=6 width=23)
Recheck Cond: (id = ANY ('{4415,4361,4362,4358,4384,4389}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..25.73 rows=6 width=0)
Index Cond: (id = ANY ('{4415,4361,4362,4358,4384,4389}'::integer[]))