Skip to content
Merged
Changes from all commits
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 @@ -1289,13 +1289,13 @@ For more details about the syntax descriptions, see xref:database-administration
| Command | Description

| [source, syntax, role=noheader]
GRANT SERVER MANAGEMENT
GRANT [IMMUTABLE] SERVER MANAGEMENT
ON DBMS
TO role[, ...]
| Enables the specified roles to show, enable, rename, alter, reallocate, deallocate, and drop servers.

| [source, syntax, role=noheader]
GRANT SHOW SERVERS
GRANT [IMMUTABLE] SHOW SERVERS
ON DBMS
TO role[, ...]
| Enables the specified roles to show servers.
Expand Down