Skip to content

Commit 953c9d0

Browse files
HannesSandbergHunternessJPryce-Aklundh
authored
add information about new errors for revoke commands in the additions/removals section (#1170)
Operations manual [PR](neo4j/docs-operations#2009) --------- Co-authored-by: Therese Magnusson <[email protected]> Co-authored-by: Jens Pryce-Åklundh <[email protected]>
1 parent 05d4b34 commit 953c9d0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,17 @@ Instead, use the xref:functions/scalar.adoc#functions-properties[`properties()`]
8383
MATCH (n)-[r:REL]->(m) SET n = properties(r)
8484
----
8585

86+
a|
87+
label:functionality[]
88+
label:removed[]
89+
[source, cypher, role="noheader"]
90+
----
91+
REVOKE READ {*} ON GRAPH * NODES A FROM missingUser
92+
REVOKE ROLE missingRole FROM bob
93+
----
94+
a|
95+
Errors have replaced notifications for impossible link:{neo4j-docs-base-uri}/operations-manual/current/authentication-authorization/manage-roles/#access-control-revoke-roles[`REVOKE`] commands where a user, role, or database does not exist.
96+
8697
|===
8798

8899

0 commit comments

Comments
 (0)