QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=37.42..71.70 rows=19 width=23)
Recheck Cond: (id = ANY ('{4031,4037,4056,4066,4058,4057,4052,4060,4045,4053,4038,4063,4069,4070,4030,4075,4076,4077,4079}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..37.41 rows=19 width=0)
Index Cond: (id = ANY ('{4031,4037,4056,4066,4058,4057,4052,4060,4045,4053,4038,4063,4069,4070,4030,4075,4076,4077,4079}'::integer[]))