Skip to content

Commit f0c2617

Browse files
Update REVOKE information to say that in cypher 25 you get errors for impossible revoke commands
1 parent 1ed1160 commit f0c2617

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Use `REVOKE` if you want to remove a privilege.
178178
====
179179

180180
Common errors, such as misspellings or attempts to revoke privileges that have not been granted or denied, will lead to notifications.
181-
Some of these notifications may be replaced with errors in a future major version of Neo4j.
181+
Some of these notifications have been replaced with errors in Cypher 25.
182182
See link:{neo4j-docs-base-uri}/status-codes/{page-version}/notifications/all-notifications[Status Codes -> Notification codes] for details on notifications.
183183

184184
The hierarchy between the different database privileges is shown in the image below.

modules/ROOT/pages/authentication-authorization/manage-privileges.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Use `REVOKE` if you want to remove a privilege.
183183
====
184184

185185
Common errors, such as misspellings or attempts to revoke privileges that have not been granted or denied, will result in notifications.
186-
Some of these notifications may be replaced with errors in a future major version of Neo4j.
186+
Some of these notifications have been replaced with errors in Cypher 25.
187187
See link:{neo4j-docs-base-uri}/status-codes/{page-version}/notifications/all-notifications[Status Codes -> Notification codes] for details on notifications.
188188

189189
The general `GRANT` and `DENY` syntaxes are illustrated in the following image:

modules/ROOT/pages/authentication-authorization/manage-roles.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ REVOKE ROLES role1, role2 FROM user1, user2, user3
799799
----
800800

801801
Common errors, such as misspellings or attempts to revoke roles from users who have not been granted those roles, will lead to notifications.
802-
Some of these notifications may be replaced with errors in a future major version of Neo4j.
802+
Some of these notifications have been replaced with errors in Cypher 25.
803803
See link:{neo4j-docs-base-uri}/status-codes/{page-version}/notifications/all-notifications[Status Codes -> Notification codes] for details on notifications.
804804

805805
[[access-control-drop-roles]]

0 commit comments

Comments
 (0)