| Bitmap Heap Scan on tbl_users (cost=8.31..14.14 rows=1 width=21) |
| Recheck Cond: (id = ANY ('{1013,1011}'::integer[])) |
| Filter: (user_status = '1'::type_global_user_status) |
| -> Bitmap Index Scan on tbl_users_pkey (cost=0.00..8.30 rows=2 width=0) |
| Index Cond: (id = ANY ('{1013,1011}'::integer[])) |