QUERY PLAN
Sort (cost=7.75..7.75 rows=1 width=269)
Sort Key: (array_position('{1011}'::integer[], id))
-> Seq Scan on tbl_users (cost=0.00..7.74 rows=1 width=269)
Filter: (id = 1011)