FirebirdSQL/firebird-documentation

Wrong example in Firebird 5 Language Reference

tonne1 opened this issue · 2 comments

Section 8.12.4. RDB$ROLE_IN_USE()

RDB$ROLE_IN_USE Examples
List currently active roles

select rdb$role_name
from rdb$database      <--- should be rdb$roles
where rdb$role_in_use(rdb$role_name);

Thanks for reporting. I fixed this in the Firebird 4.0 and 5.0 Language Reference. I'll release the fixed versions later this week.

The fixed versions were published earlier today.