| Sort (cost=14.16..14.16 rows=1 width=25) |
| Sort Key: (array_position('{1001,5064}'::integer[], id)) |
| -> Bitmap Heap Scan on tbl_users (cost=8.31..14.15 rows=1 width=25) |
| Recheck Cond: (id = ANY ('{1001,5064}'::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 ('{1001,5064}'::integer[])) |