QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=22.00..40.46 rows=7 width=22)
Recheck Cond: (id = ANY ('{3834,2194,2860,3826,3760,3819,3827}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..21.99 rows=7 width=0)
Index Cond: (id = ANY ('{3834,2194,2860,3826,3760,3819,3827}'::integer[]))