QUERY PLAN
Bitmap Heap Scan on tbl_logins (cost=8.56..14.39 rows=2 width=413)
Recheck Cond: (id = ANY ('{1000,5064}'::integer[]))
-> Bitmap Index Scan on tbl_logins_pkey (cost=0.00..8.55 rows=2 width=0)
Index Cond: (id = ANY ('{1000,5064}'::integer[]))