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