Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong example in Firebird 5 Language Reference #184

Closed
tonne1 opened this issue May 21, 2023 · 2 comments
Closed

Wrong example in Firebird 5 Language Reference #184

tonne1 opened this issue May 21, 2023 · 2 comments
Assignees

Comments

@tonne1
Copy link

tonne1 commented May 21, 2023

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
Copy link
Member

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
Copy link
Member

The fixed versions were published earlier today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants