We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8807d26 commit 8c1daaaCopy full SHA for 8c1daaa
modules/ROOT/pages/authentication-authorization/dbms-administration.adoc
@@ -884,6 +884,12 @@ GRANT [IMMUTABLE] SET DATABASE ACCESS
884
TO role[, ...]
885
| Enables the specified roles to modify access to standard databases.
886
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
+
893
| [source, syntax, role=noheader]
894
GRANT CREATE COMPOSITE DATABASE
895
ON DBMS
0 commit comments