Skip to content

Commit dfdbd30

Browse files
authored
DOCSP-20395 Mention that listCollections and listDatabases results ar… (#221)
* DOCSP-20395 Mention that listCollections and listDatabases results are sorted for ADL * Rewrites sentence based on copy review, need to clarify with tech review
1 parent bc97133 commit dfdbd30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/supported-unsupported/administration-commands.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ The :manual:`listCollections </reference/command/listCollections>`
4444
command retrieves information about the collections in a database, such
4545
as collection names and options. The response contains information that
4646
can be used to create a cursor to the collection information.
47+
Results are ordered alphabetically by collection name.
4748

4849
{+adl+} supports the following options:
4950

@@ -55,7 +56,7 @@ can be used to create a cursor to the collection information.
5556
-----------------
5657

5758
The :manual:`listDatabases </reference/command/listDatabses>` command
58-
provides a list of all existing databases. You must use the ``admin``
59+
provides a list of all existing databases in alphabetical order. You must use the ``admin``
5960
database to run the ``listDatabases`` command.
6061

6162
The following options are supported:

0 commit comments

Comments
 (0)