| Bitmap Heap Scan on tbl_logins (cost=8.61..18.86 rows=1 width=20) |
| Recheck Cond: (id = ANY ('{1000,5250,5461,5064}'::integer[])) |
| Filter: ((channel_id IS NOT NULL) AND (id <> 1000)) |
| -> Bitmap Index Scan on tbl_logins_pkey (cost=0.00..8.61 rows=4 width=0) |
| Index Cond: (id = ANY ('{1000,5250,5461,5064}'::integer[])) |