Skip to content

Commit 27f2c58

Browse files
authored
adding information about system procedure annotation (#81)
1 parent 5440d28 commit 27f2c58

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
@@ -10,6 +10,10 @@ A _user-defined procedure_ is a mechanism that enables you to extend Neo4j by wr
1010
Procedures can take arguments, perform operations on the database, and return results.
1111
For a comparison between user-defined procedures, functions, and aggregation functions see xref:extending-neo4j/customized-code.adoc[].
1212

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

1418
[[call-procedure]]
1519
== Call a procedure

0 commit comments

Comments
 (0)