Skip to content

Commit e96937a

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

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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

modules/ROOT/pages/database-administration/standard-databases/alter-databases.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ SET ACCESS READ WRITE
100100

101101
== Alter database default language
102102
The `ALTER DATABASE` command can be used to set the default Cypher version for a database.
103-
For more information see link:{neo4j-docs-base-uri}/cypher-manual/current/queries/select-version/##alter-default-cypher-version[Cypher Manual -> Queries -> Select Cypher version].
103+
For more information see link:{neo4j-docs-base-uri}/cypher-manual/current/queries/select-version/#alter-default-cypher-version[Cypher Manual -> Queries -> Select Cypher version].
104104

105105
== Alter database topology
106106

0 commit comments

Comments
 (0)