QUERY PLAN
Sort (cost=8.31..8.37 rows=24 width=4)
Sort Key: id
-> Seq Scan on tbl_users (cost=0.00..7.76 rows=24 width=4)
Filter: (user_status = '1'::type_global_user_status)