Skip to content

Commit

Permalink
add missing immutable keyword to server management examples (neo4j#1932
Browse files Browse the repository at this point in the history
…) (neo4j#1934)

Cherry-picked from neo4j#1932

Co-authored-by: Phil Wright <[email protected]>
  • Loading branch information
renetapopova and phil198 authored Nov 5, 2024
1 parent a145f85 commit ce490dc
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit ce490dc

Please sign in to comment.