QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=35.74..65.06 rows=13 width=23)
Recheck Cond: (id = ANY ('{3369,3690,3807,3320,3466,3704,3319,3405,3321,3663,3365,4017,4133}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..35.74 rows=13 width=0)
Index Cond: (id = ANY ('{3369,3690,3807,3320,3466,3704,3319,3405,3321,3663,3365,4017,4133}'::integer[]))