QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=43.71..76.58 rows=13 width=22)
Recheck Cond: (id = ANY ('{3793,3800,3788,3821,3813,3806,3819,3721,3706,3640,3719,3716,3834}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..43.70 rows=13 width=0)
Index Cond: (id = ANY ('{3793,3800,3788,3821,3813,3806,3819,3721,3706,3640,3719,3716,3834}'::integer[]))