Skip to content

Commit 1e1e9a3

Browse files
authored
Update modules/ROOT/pages/configuration/cypher-version-configuration.adoc
1 parent 8d2069b commit 1e1e9a3

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
@@ -17,7 +17,7 @@ It only applies to newly-created databases unless the version is specified as pa
1717

1818
Configure a default Cypher version per database::
1919
The default language for a specific database can be set using a Cypher database administration command with the `SET DEFAULT LANGUAGE` clause when creating the database or by altering the database after it has been created.
20-
This setting determines the default language for the specified database, overriding the default language set in the configuration file.
20+
This clause determines the default Cypher version for the specified database, overriding the version set in the configuration file.
2121
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.

0 commit comments

Comments
 (0)