Skip to content

Commit d160ef5

Browse files
Dunfluffrecrwplay
authored andcommitted
Add documentation for additional eager for procedure calls.
1 parent e2ee587 commit d160ef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/extending-neo4j/procedures.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ Particular things to note:
154154
*** `DBMS` -- This procedure performs system operations such as user management and query management.
155155
A procedure with this mode is not able to read or write graph data.
156156
** `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.
159159
For example:
160160
+
161161
[source, cypher]

0 commit comments

Comments
 (0)