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