QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=30.28..54.02 rows=8 width=24)
Recheck Cond: (id = ANY ('{3850,3848,2860,3826,3760,3781,3825,3824}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..30.28 rows=8 width=0)
Index Cond: (id = ANY ('{3850,3848,2860,3826,3760,3781,3825,3824}'::integer[]))