1
0
Fork 0

Merge pull request #1710 from kibarda/devel

doc: added statement about direct access to _aqlfunctions
This commit is contained in:
Jan 2016-02-08 09:54:21 +01:00
commit 3463a2af64
1 changed files with 6 additions and 4 deletions

View File

@ -117,7 +117,9 @@ Any violation of the strict mode will trigger a runtime error.
Internally, user functions are stored in a system collection named
*_aqlfunctions* of the selected database.
That means that by default they are excluded from dumps
created with [arangodump](../HttpBulkImports/Arangodump.md).
To include AQL user functions in a dump, the dump should be started
with the option *--include-system-collections true*.
Documents in this collection should not be accessed directly, but
only via the dedicated interfaces.
Also system collection are excluded from dumps created with
[arangodump](../HttpBulkImports/Arangodump.md). To include AQL user
functions in a dump, the dump should be started with the
option *--include-system-collections true*.