Skip to content

Commit 43d1a90

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

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
@@ -16,7 +16,7 @@ Changing this setting in an existing DBMS, *does not* affect existing databases.
1616
It only applies to newly-created databases unless the version is specified as part of the `CREATE` or `ALTER` database commands.
1717

1818
Configure a a default Cypher version per database::
19-
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.
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.
2020
This setting determines the default language for the specified database, overriding the default language 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. +

0 commit comments

Comments
 (0)