QUERY PLAN
Bitmap Heap Scan on tbl_approves (cost=17.44..34.23 rows=5 width=407)
Recheck Cond: (id = ANY ('{2219,2230,2239,2238,2235}'::integer[]))
-> Bitmap Index Scan on tbl_approves_pkey (cost=0.00..17.44 rows=5 width=0)
Index Cond: (id = ANY ('{2219,2230,2239,2238,2235}'::integer[]))