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