You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/configuration/cypher-version-configuration.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The default language version for the whole DBMS can be configured in the _neo4j.
15
15
Changing this setting in an existing DBMS, *does not* affect existing databases.
16
16
It only applies to newly-created databases unless the version is specified as part of the `CREATE` or `ALTER` database commands.
17
17
18
-
Configure a a default Cypher version per database::
18
+
Configure a default Cypher version per database::
19
19
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
20
This setting determines the default language for the specified database, overriding the default language set in the configuration file.
21
21
For example, `CREATE DATABASE mydb SET DEFAULT LANGUAGE CYPHER 25` or `ALTER DATABASE mydb SET DEFAULT LANGUAGE CYPHER 5`.
0 commit comments