QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=58.04..109.31 rows=21 width=23)
Recheck Cond: (id = ANY ('{285,393,224,303,199,370,358,157,49,340,288,388,169,61,337,295,221,71,47,375,260}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..58.04 rows=21 width=0)
Index Cond: (id = ANY ('{285,393,224,303,199,370,358,157,49,340,288,388,169,61,337,295,221,71,47,375,260}'::integer[]))