1
0
Fork 0

added notice to manual

This commit is contained in:
Jan Steemann 2013-01-16 11:21:46 +01:00
parent 4b15da54ba
commit 6d108416e1
1 changed files with 5 additions and 1 deletions

View File

@ -123,7 +123,11 @@
///
/// This call will either return the collection named @FA{collection-name}
/// or create a new one with that name and a set of default
/// properties.
/// properties.
///
/// Note: creating a collection on the fly using @LIT{db.@FA{collection-name}}
/// does not work in arangosh. To create a new collection from arangosh,
/// please use @LIT{db._create(@FA{collection-name});}.
///
/// @CLEARPAGE
/// @section ShellCollectionShell Working with Collections