QUERY PLAN
Bitmap Heap Scan on tbl_sales_contracts (cost=31.99..63.87 rows=14 width=32)
Recheck Cond: (id = ANY ('{4064,4065,4068,4016,4048,4047,4086,4099,4082,4083,4094,4129,4131,4112}'::integer[]))
-> Bitmap Index Scan on tbl_sales_contracts_pkey (cost=0.00..31.99 rows=14 width=0)
Index Cond: (id = ANY ('{4064,4065,4068,4016,4048,4047,4086,4099,4082,4083,4094,4129,4131,4112}'::integer[]))