QUERY PLAN
Sort (cost=8.47..8.55 rows=30 width=4)
Sort Key: id
-> Seq Scan on tbl_users (cost=0.00..7.74 rows=30 width=4)
Filter: (user_status = '1'::type_global_user_status)