Skip to content

Commit f80011c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ It only applies to newly-created databases unless the version is specified as pa
1818
Configure a a default Cypher version per database::
1919
The default language for a specific database can be set using a Cypher admin command with the `SET DEFAULT LANGUAGE` clause when creating the database or by altering the database after it has been created.
2020
This setting determines the default language for the specified database, overriding the default language set in the configuration file.
21-
For example, `CREATE DATABASE mydb SET DEFAULT LANGUAGE CYPHER_25` or `ALTER DATABASE mydb SET DEFAULT LANGUAGE CYPHER_5`.
21+
For example, `CREATE DATABASE mydb SET DEFAULT LANGUAGE CYPHER 25` or `ALTER DATABASE mydb SET DEFAULT LANGUAGE CYPHER 5`.
2222
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. +
2323
If not specified, the default language for the database is set to the default language of the DBMS.
2424
Setting the default language requires the `SET DATABASE DEFAULT LANGUAGE` privilege.

0 commit comments

Comments
 (0)