diff --git a/modules/ROOT/pages/authentication-authorization/dbms-administration.adoc b/modules/ROOT/pages/authentication-authorization/dbms-administration.adoc index 3e36ed8aa..9c5cd286b 100644 --- a/modules/ROOT/pages/authentication-authorization/dbms-administration.adoc +++ b/modules/ROOT/pages/authentication-authorization/dbms-administration.adoc @@ -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.