From f69098c699e73a38e3a54b243db99932d409bf66 Mon Sep 17 00:00:00 2001 From: Phil Wright <95368282+phil198@users.noreply.github.com> Date: Tue, 5 Nov 2024 14:24:38 +0000 Subject: [PATCH] add missing immutable keyword to server management examples (#1932) --- .../authentication-authorization/dbms-administration.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.