mirror of https://gitee.com/bigwinds/arangodb
added notice to manual
This commit is contained in:
parent
4b15da54ba
commit
6d108416e1
|
@ -125,6 +125,10 @@
|
||||||
/// or create a new one with that name and a set of default
|
/// 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
|
/// @CLEARPAGE
|
||||||
/// @section ShellCollectionShell Working with Collections
|
/// @section ShellCollectionShell Working with Collections
|
||||||
//////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Reference in New Issue