FirebirdSQL / firebird-documentation

Firebird documentation
https://www.firebirdsql.org/en/firebird-rdbms/
34 stars 14 forks source link

Wrong example in Firebird 5 Language Reference #184

Closed tonne1 closed 1 year ago

tonne1 commented 1 year ago

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);
mrotteveel commented 1 year ago

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.

mrotteveel commented 1 year ago

The fixed versions were published earlier today.