QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=38.28..74.88 rows=22 width=23)
Recheck Cond: (id = ANY ('{3981,3996,4004,3982,3987,4000,4010,4006,3932,4011,4013,4023,4033,4017,4034,4003,4032,4059,4030,4075,4076,4077}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..38.27 rows=22 width=0)
Index Cond: (id = ANY ('{3981,3996,4004,3982,3987,4000,4010,4006,3932,4011,4013,4023,4033,4017,4034,4003,4032,4059,4030,4075,4076,4077}'::integer[]))