QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=36.56..68.20 rows=16 width=27)
Recheck Cond: (id = ANY ('{3581,3519,3508,3659,3638,3606,3594,3669,3631,3518,3562,3489,3523,3563,3560,3569}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..36.56 rows=16 width=0)
Index Cond: (id = ANY ('{3581,3519,3508,3659,3638,3606,3594,3669,3631,3518,3562,3489,3523,3563,3560,3569}'::integer[]))