QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=35.74..65.06 rows=13 width=23)
Recheck Cond: (id = ANY ('{3785,3891,3818,3774,4056,4098,3927,3928,3929,4003,4032,4103,4122}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..35.74 rows=13 width=0)
Index Cond: (id = ANY ('{3785,3891,3818,3774,4056,4098,3927,3928,3929,4003,4032,4103,4122}'::integer[]))