QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=26.00..47.24 rows=7 width=22)
Recheck Cond: (id = ANY ('{3793,3813,3810,3806,3814,3819,3834}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..25.99 rows=7 width=0)
Index Cond: (id = ANY ('{3793,3813,3810,3806,3814,3819,3834}'::integer[]))