Skip to content

Commit ef03a0e

Browse files
moved to removed section
1 parent d525002 commit ef03a0e

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

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

Lines changed: 11 additions & 12 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 regularUser
92+
REVOKE ROLE regularUser FROM bob
93+
----
94+
a|
95+
Notifications for impossible `REVOKE` commands, where a user, a role, or a database does not exist, have been replaced with errors.
96+
8697
|===
8798

8899

@@ -173,18 +184,6 @@ Graph name parts with special characters may require additional escaping of thos
173184

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

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-
188187
|===
189188

190189
=== New features

0 commit comments

Comments
 (0)