QUERY PLAN
Bitmap Heap Scan on tbl_approves (cost=17.15..30.85 rows=4 width=407)
Recheck Cond: (id = ANY ('{2248,2247,2246,2250}'::integer[]))
-> Bitmap Index Scan on tbl_approves_pkey (cost=0.00..17.15 rows=4 width=0)
Index Cond: (id = ANY ('{2248,2247,2246,2250}'::integer[]))