Skip to content

Commit d525002

Browse files
add information about new errors for revoke commands in the additions/removals section
1 parent c743e46 commit d525002

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,18 @@ Graph name parts with special characters may require additional escaping of thos
173173

174174
Note that escaping graph names within the graph functions string argument is not supported in Cypher 5.
175175

176+
177+
a|
178+
label:functionality[]
179+
label:updated[]
180+
[source, cypher, role="noheader"]
181+
----
182+
REVOKE READ {*} ON GRAPH * NODES A FROM regularUser
183+
REVOKE ROLE regularUser FROM bob
184+
----
185+
a|
186+
Notifications for impossible `REVOKE` commands, where a user, a role, or a database does not exist, have been replaced with errors.
187+
176188
|===
177189

178190
=== New features

0 commit comments

Comments
 (0)