Skip to content

Commit 9de5717

Browse files
author
Ed Costello
committed
Stub file of reserved words in mongodb
1 parent d05f225 commit 9de5717

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

draft/reserved-keywords.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.. _reserved_keywords:
2+
3+
=========================
4+
MongoDB Reserved Keywords
5+
=========================
6+
7+
.. default-domain:: mongodb
8+
9+
stats
10+
11+
In the :program:`mongo` shell, the collection name ``stats``
12+
is reserved by the :method:`db.stats()` method. To reference
13+
a collection named ``stats`` in the :program:`mongo` shell you
14+
must use :method:`db.runCommand()`.

0 commit comments

Comments
 (0)