QUERY PLAN
Bitmap Heap Scan on tbl_approves (cost=8.57..15.63 rows=2 width=390)
Recheck Cond: (id = ANY ('{1694,1714}'::integer[]))
-> Bitmap Index Scan on tbl_approves_pkey (cost=0.00..8.57 rows=2 width=0)
Index Cond: (id = ANY ('{1694,1714}'::integer[]))