Skip to content

Commit 1288a3d

Browse files
committed
Add role labels for introduced version
Still need to figure out if/how to mark them as cypher 25 as well
1 parent f6b5aac commit 1288a3d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/ROOT/pages/authentication-authorization/database-administration.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ GRANT [IMMUTABLE] { START \| STOP }
240240

241241
|===
242242

243-
// TODO: mark this as available only in Cypher 25, and from 2025.07
243+
[role=label--new-2025.08]
244244
.Database privilege syntax
245245
[cols="<15s,<85"]
246246
|===
@@ -263,7 +263,7 @@ Only applies to standard databases.
263263

264264
|===
265265

266-
// TODO: mark this as available only in Cypher 25, and from 2025.08
266+
[role=label--new-2025.08]
267267
.Database privilege syntax
268268
[cols="<15s,<85"]
269269
|===
@@ -677,7 +677,7 @@ a|Rows: 6
677677
Note that `START` and `STOP` privileges are not included in the xref:authentication-authorization/database-administration.adoc#access-control-database-administration-all[`ALL DATABASE PRIVILEGES`].
678678
====
679679

680-
// TODO: mark this as available only in Cypher 25, and from 2025.07 (`ALTER DATABASE`, `SET DATABASE ACCESS`, `SET DATABASE DEFAULT LANGUAGE`) and 2025.08 (`ALTER COMPOSITE DATABASE`)
680+
[role=label--new-2025.08]
681681
[[access-control-database-administration-alter-db]]
682682
== The alter database related privileges
683683

modules/ROOT/pages/authentication-authorization/dbms-administration.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,7 @@ From Cypher 25, this privilege can be granted both as database privilege and as
12381238
The DBMS privilege version is equivalent to granting the privilege for all databases, `DATABASE *`.
12391239
For more information on the database privilege version, see the xref:authentication-authorization/database-administration.adoc#access-control-database-administration-alter-db[alter database privileges].
12401240

1241-
[rol=label--new-2025.06]
1241+
[role=label--new-2025.06]
12421242
=== Grant privilege to modify the default language of standard databases
12431243

12441244
You can grant the privilege to modify the default language of standard databases using the `SET DATABASE DEFAULT LANGUAGE` privilege. +
@@ -1269,7 +1269,7 @@ From Cypher 25, this privilege can be granted both as database privilege and as
12691269
The DBMS privilege version is equivalent to granting the privilege for all databases, `DATABASE *`.
12701270
For more information on the database privilege version, see the xref:authentication-authorization/database-administration.adoc#access-control-database-administration-alter-db[alter database privileges].
12711271

1272-
[rol=label--new-2025.06]
1272+
[role=label--new-2025.06]
12731273
[[grant-privilege-alter-composite-database]]
12741274
=== Grant privilege to modify composite databases
12751275

0 commit comments

Comments
 (0)