QUERY PLAN
Bitmap Heap Scan on tbl_approves (cost=17.14..30.48 rows=4 width=390)
Recheck Cond: (id = ANY ('{1385,1384,1444,1495}'::integer[]))
-> Bitmap Index Scan on tbl_approves_pkey (cost=0.00..17.14 rows=4 width=0)
Index Cond: (id = ANY ('{1385,1384,1444,1495}'::integer[]))