Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ See an example:
GRANT DATABASE MANAGEMENT ON DBMS TO databaseManager
----

The resulting role has all privileges to manage standard and composite databases as well as aliases.
The resulting role has all privileges to manage standard and composite databases.
List all privileges for the role `databaseManager` as commands by using the following query:

[source, cypher, role=noplay]
Expand All @@ -1108,7 +1108,6 @@ a|Rows: 1

The DBMS privileges for alias management can be assigned by using Cypher administrative commands and can be applied to both local and remote aliases.
They can be granted, denied and revoked like other privileges.
It is also possible to manage aliases with <<access-control-dbms-administration-database-management, database management commands>>.

[NOTE]
====
Expand Down Expand Up @@ -1280,7 +1279,7 @@ They can be granted, denied, and revoked like other privileges.

[NOTE]
====
For more details about the syntax descriptions, see xref:database-administration/syntax.adoc[].
For more details about the syntax of server management commands, see xref:clustering/server-syntax.adoc[].
====

.Server management privileges command syntax
Expand Down