| Bitmap Heap Scan on tbl_logins (cost=8.56..14.64 rows=1 width=146) |
| Recheck Cond: (id = ANY ('{5250,5016}'::integer[])) |
| Filter: (channel_id IS NOT NULL) |
| -> Bitmap Index Scan on tbl_logins_pkey (cost=0.00..8.55 rows=2 width=0) |
| Index Cond: (id = ANY ('{5250,5016}'::integer[])) |