QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=52.89..97.72 rows=17 width=23)
Recheck Cond: (id = ANY ('{4431,3672,3671,3834,3474,3412,3471,3589,3604,3708,3721,4279,4247,3676,3715,3814,3810}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..52.89 rows=17 width=0)
Index Cond: (id = ANY ('{4431,3672,3671,3834,3474,3412,3471,3589,3604,3708,3721,4279,4247,3676,3715,3814,3810}'::integer[]))