Skip to content

Commit aef43ac

Browse files
Update modules/ROOT/pages/configuration/cypher-version-configuration.adoc
Co-authored-by: Therese Magnusson <[email protected]>
1 parent 589c50e commit aef43ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/ROOT/pages/configuration/cypher-version-configuration.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ This clause determines the default Cypher version for the specified database, ov
2020
For example, `CREATE DATABASE mydb SET DEFAULT LANGUAGE CYPHER 25` or `ALTER DATABASE mydb SET DEFAULT LANGUAGE CYPHER 5`.
2121
For more details and examples, see xref:database-administration/syntax.adoc#administration-syntax-database-management[Database management command syntax] and the respective pages in the xref:database-administration/index.adoc[] section. +
2222
If not specified, the default language for the database is set to the default language of the DBMS.
23-
Setting the default language requires the `SET DATABASE DEFAULT LANGUAGE` privilege.
23+
Setting the default language on creation only require the correct `CREATE` privilege.
24+
Modifying the default language for an existing standard database requires the `SET DATABASE DEFAULT LANGUAGE` privilege and for an existing composite database the `ALTER COMPOSITE DATABASE` privilege.
2425
+
2526
[NOTE]
2627
====

0 commit comments

Comments
 (0)