QUERY PLAN
Sort (cost=52.57..52.58 rows=1 width=27)
Sort Key: r.id
-> Hash Join (cost=44.66..52.56 rows=1 width=27)
Hash Cond: (u.id = r.user_id)
-> Seq Scan on tbl_users u (cost=0.00..7.76 rows=25 width=4)
Filter: (user_status = '1'::type_global_user_status)
-> Hash (cost=44.64..44.64 rows=2 width=27)
-> Seq Scan on tbl_approve_verify_rels r (cost=0.00..44.64 rows=2 width=27)
Filter: (approve_id = 138)