QUERY PLAN
Bitmap Heap Scan on tbl_approves (cost=53.47..111.64 rows=19 width=388)
Recheck Cond: (id = ANY ('{2098,2100,2049,2101,2087,2093,2062,2080,2074,2090,2099,2088,2086,2094,2097,2120,2121,2119,2126}'::integer[]))
-> Bitmap Index Scan on tbl_approves_pkey (cost=0.00..53.46 rows=19 width=0)
Index Cond: (id = ANY ('{2098,2100,2049,2101,2087,2093,2062,2080,2074,2090,2099,2088,2086,2094,2097,2120,2121,2119,2126}'::integer[]))