| Sort (cost=14.15..14.16 rows=2 width=270) |
| Sort Key: (array_position('{1001,5064}'::integer[], id)) |
| -> Bitmap Heap Scan on tbl_users (cost=8.31..14.14 rows=2 width=270) |
| Recheck Cond: (id = ANY ('{1001,5064}'::integer[])) |
| -> Bitmap Index Scan on tbl_users_pkey (cost=0.00..8.30 rows=2 width=0) |
| Index Cond: (id = ANY ('{1001,5064}'::integer[])) |