QUERY PLAN
Bitmap Heap Scan on tbl_logins (cost=13.12..24.47 rows=4 width=404)
Recheck Cond: (id = ANY ('{1001,5369,5064,5383}'::integer[]))
-> Bitmap Index Scan on tbl_logins_pkey (cost=0.00..13.12 rows=4 width=0)
Index Cond: (id = ANY ('{1001,5369,5064,5383}'::integer[]))