Skip to content

Commit 358b729

Browse files
committed
#184 Example for RDB$ROLE_IN_USE() should use RDB$ROLES
1 parent 8a81647 commit 358b729

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

src/docs/asciidoc/en/refdocs/fblangref40/_fblangref40-dochist.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The exact file history is recorded in our _git_ repository; see https://github.c
1616
a|* Added missing context variable names for <<fblangref40-scalarfuncs-get-context>>
1717
* Documented hex-literal support for `INT128` since 4.0.1
1818
* `CURRENT_CONNECTION` returns `BIGINT`
19+
* Example for `RDB$ROLE_IN_USE()` should use `RDB$ROLES` (https://github.com/FirebirdSQL/firebird-documentation/issues/184[#184])
1920
* ...
2021

2122
|2.4

src/docs/asciidoc/en/refdocs/fblangref40/_fblangref40-functions-scalar.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5382,7 +5382,7 @@ Contrary to <<fblangref40-contextvars-current-role,`CURRENT_ROLE`>> -- which on
53825382
[source]
53835383
----
53845384
select rdb$role_name
5385-
from rdb$database
5385+
from rdb$roles
53865386
where rdb$role_in_use(rdb$role_name);
53875387
----
53885388

src/docs/asciidoc/en/refdocs/fblangref50/_fblangref50-dochist.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ a|* Added missing context variable names for <<fblangref50-scalarfuncs-get-conte
1717
* Documented hex-literal support for `INT128`
1818
* `CURRENT_CONNECTION` returns `BIGINT`
1919
* `PLG$PROF_RECORD_SOURCES.ACCESS_PATH` changed to `VARCHAR(255)`
20+
* Example for `RDB$ROLE_IN_USE()` should use `RDB$ROLES` (https://github.com/FirebirdSQL/firebird-documentation/issues/184[#184])
2021
* ...
2122

2223
|0.2

src/docs/asciidoc/en/refdocs/fblangref50/_fblangref50-functions-scalar.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5327,7 +5327,7 @@ Contrary to <<fblangref50-contextvars-current-role,`CURRENT_ROLE`>> -- which on
53275327
[source]
53285328
----
53295329
select rdb$role_name
5330-
from rdb$database
5330+
from rdb$roles
53315331
where rdb$role_in_use(rdb$role_name);
53325332
----
53335333

0 commit comments

Comments
 (0)