QUERY PLAN
Bitmap Heap Scan on tbl_approves (cost=40.60..88.24 rows=16 width=471)
Recheck Cond: (id = ANY ('{2697,2698,2706,2713,2714,2715,2700,2701,2719,2722,2728,2729,2730,2731,2738,2740}'::integer[]))
-> Bitmap Index Scan on tbl_approves_pkey (cost=0.00..40.60 rows=16 width=0)
Index Cond: (id = ANY ('{2697,2698,2706,2713,2714,2715,2700,2701,2719,2722,2728,2729,2730,2731,2738,2740}'::integer[]))