QUERY PLAN
Bitmap Heap Scan on tbl_approves (cost=49.18..103.42 rows=18 width=468)
Recheck Cond: (id = ANY ('{2625,2627,2628,2630,2631,2633,2637,2632,2644,2643,2653,2655,2659,2660,2663,2664,2665,2666}'::integer[]))
-> Bitmap Index Scan on tbl_approves_pkey (cost=0.00..49.17 rows=18 width=0)
Index Cond: (id = ANY ('{2625,2627,2628,2630,2631,2633,2637,2632,2644,2643,2653,2655,2659,2660,2663,2664,2665,2666}'::integer[]))