QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=25.73..45.31 rows=6 width=23)
Recheck Cond: (id = ANY ('{4449,4447,4456,4376,4465,4463}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..25.73 rows=6 width=0)
Index Cond: (id = ANY ('{4449,4447,4456,4376,4465,4463}'::integer[]))