QUERY PLAN
Bitmap Heap Scan on tbl_purchase_contracts (cost=43.99..78.94 rows=14 width=22)
Recheck Cond: (id = ANY ('{2082,2567,2012,2036,2046,2017,2728,2729,3641,2016,2714,3650,3654,3707}'::integer[]))
-> Bitmap Index Scan on tbl_purchase_contracts_pkey (cost=0.00..43.99 rows=14 width=0)
Index Cond: (id = ANY ('{2082,2567,2012,2036,2046,2017,2728,2729,3641,2016,2714,3650,3654,3707}'::integer[]))