QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=36.85..69.82 rows=17 width=27)
Recheck Cond: (id = ANY ('{4078,4076,4052,4045,4051,3973,3975,3932,3918,3706,3817,3821,3721,3757,3690,3707,3671}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..36.84 rows=17 width=0)
Index Cond: (id = ANY ('{4078,4076,4052,4045,4051,3973,3975,3932,3918,3706,3817,3821,3721,3757,3690,3707,3671}'::integer[]))