Bitmap Heap Scan on tbl_sales_contracts (cost=26.85..50.27 rows=10 width=180) |
Recheck Cond: (id = ANY ('{2333,2305,2286,2149,1990,1866,1793,1794,1628,1607}'::integer[])) |
-> Bitmap Index Scan on tbl_sales_contracts_pkey (cost=0.00..26.85 rows=10 width=0) |
Index Cond: (id = ANY ('{2333,2305,2286,2149,1990,1866,1793,1794,1628,1607}'::integer[])) |