QUERY PLAN
Sort (cost=70.58..70.58 rows=1 width=27)
Sort Key: r.id
-> Nested Loop (cost=0.14..70.57 rows=1 width=27)
-> Seq Scan on tbl_approve_verify_rels r (cost=0.00..61.79 rows=1 width=27)
Filter: (approve_id = 2767)
-> Index Scan using tbl_users_pkey on tbl_users u (cost=0.14..8.16 rows=1 width=4)
Index Cond: (id = r.user_id)
Filter: (user_status = '1'::type_global_user_status)