Skip to content

Commit a993f22

Browse files
authored
adding information about system procedure annotation (#81) (#82)
1 parent bfceec6 commit a993f22

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ A _user-defined procedure_ is a mechanism that enables you to extend Neo4j by wr
1212
Procedures can take arguments, perform operations on the database, and return results.
1313
For a comparison between user-defined procedures, functions, and aggregation functions see xref:extending-neo4j/customized-code.adoc[].
1414

15+
[NOTE]
16+
====
17+
User-defined procedures requiring execution on the system database need to include the annotation `@SystemProcedure` or they will be classed as user database procedure.
18+
====
1519

1620
[[call-procedure]]
1721
== Call a procedure

0 commit comments

Comments
 (0)