Skip to content

Commit ce490dc

Browse files
add missing immutable keyword to server management examples (neo4j#1932) (neo4j#1934)
Cherry-picked from neo4j#1932 Co-authored-by: Phil Wright <[email protected]>
1 parent a145f85 commit ce490dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/authentication-authorization/dbms-administration.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,13 +1289,13 @@ For more details about the syntax descriptions, see xref:database-administration
12891289
| Command | Description
12901290

12911291
| [source, syntax, role=noheader]
1292-
GRANT SERVER MANAGEMENT
1292+
GRANT [IMMUTABLE] SERVER MANAGEMENT
12931293
ON DBMS
12941294
TO role[, ...]
12951295
| Enables the specified roles to show, enable, rename, alter, reallocate, deallocate, and drop servers.
12961296

12971297
| [source, syntax, role=noheader]
1298-
GRANT SHOW SERVERS
1298+
GRANT [IMMUTABLE] SHOW SERVERS
12991299
ON DBMS
13001300
TO role[, ...]
13011301
| Enables the specified roles to show servers.

0 commit comments

Comments
 (0)