QUERY PLAN
Bitmap Heap Scan on tbl_logins (cost=12.84..21.76 rows=3 width=402)
Recheck Cond: (id = ANY ('{5016,5250,1000}'::integer[]))
-> Bitmap Index Scan on tbl_logins_pkey (cost=0.00..12.84 rows=3 width=0)
Index Cond: (id = ANY ('{5016,5250,1000}'::integer[]))