QUERY PLAN
Sort (cost=10.26..10.27 rows=1 width=4)
Sort Key: id
-> Seq Scan on tbl_users (cost=0.00..10.25 rows=1 width=4)
Filter: (user_status = '1'::type_global_user_status)