You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/extending-neo4j/procedures.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,8 +154,8 @@ Particular things to note:
154
154
*** `DBMS` -- This procedure performs system operations such as user management and query management.
155
155
A procedure with this mode is not able to read or write graph data.
156
156
** `eager` is a boolean setting defaulting to `false`.
157
-
If it is set to `true`, the Cypher planner plans an extra `eager` operation before calling the procedure.
158
-
This is useful in cases where the procedure makes changes to the database in a way that could interact with the operations preceding the procedure.
157
+
If it is set to `true`, the Cypher planner plans an extra `eager` operation before and after calling the procedure.
158
+
This is useful in cases where the procedure makes changes to the database in a way that could interact with the operations preceding or following the procedure.
0 commit comments