QUERY PLAN
Bitmap Heap Scan on tbl_approves (cost=32.56..73.31 rows=16 width=390)
Recheck Cond: (id = ANY ('{1263,1312,1358,1391,1441,1442,1473,1532,1531,1530,1592,1612,1619,1659,1671,1588}'::integer[]))
-> Bitmap Index Scan on tbl_approves_pkey (cost=0.00..32.56 rows=16 width=0)
Index Cond: (id = ANY ('{1263,1312,1358,1391,1441,1442,1473,1532,1531,1530,1592,1612,1619,1659,1671,1588}'::integer[]))