QUERY PLAN
Sort (cost=8.17..8.18 rows=1 width=270)
Sort Key: (array_position('{1001}'::integer[], id))
-> Index Scan using tbl_users_pkey on tbl_users (cost=0.14..8.16 rows=1 width=270)
Index Cond: (id = 1001)