Skip to content

Commit 8c1daaa

Browse files
committed
WIP default language docs
1 parent 8807d26 commit 8c1daaa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,6 +884,12 @@ GRANT [IMMUTABLE] SET DATABASE ACCESS
884884
TO role[, ...]
885885
| Enables the specified roles to modify access to standard databases.
886886

887+
| [source, syntax, role=noheader]
888+
GRANT [IMMUTABLE] SET DATABASE DEFAULT LANGUAGE
889+
ON DBMS
890+
TO role[, ...]
891+
| Enables the specified roles to set the default query language on a database.
892+
887893
| [source, syntax, role=noheader]
888894
GRANT CREATE COMPOSITE DATABASE
889895
ON DBMS

0 commit comments

Comments
 (0)