Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ FOR DATABASE `northwind-graph-2020`

a| Set the default Cypher version for a remote database alias when creating it.
The available versions are `CYPHER 5` and `CYPHER 25`.
Local database aliases and database aliases of composite databases cannot be assigned a default Cypher version; they always have the Cypher version of their target database.
For more information, see the link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/aliases/manage-aliases-standard-databases/#_set_a_default_cypher_version_for_remote_database_aliases[Operations Manual -> Set a default Cypher version for remote database aliases].
Local database aliases and database aliases in composite databases cannot be assigned a default Cypher version.
Local database aliases always have the Cypher version of their target database and database aliases in composite databases always have the Cypher version of the composite database they belong to.For more information, see the link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/aliases/manage-aliases-standard-databases/#_set_a_default_cypher_version_for_remote_database_aliases[Operations Manual -> Set a default Cypher version for remote database aliases].

a|
label:functionality[]
Expand All @@ -337,7 +337,7 @@ ALTER DATABASE movies SET DEFAULT LANGUAGE CYPHER 25

a| Alter the default Cypher version of an existing standard or composite database.
The available versions are `CYPHER 25` and `CYPHER 5`.
For more information, see the link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/standard-databases/alter-databases/#alter-database-default-language[Alter the default Cypher version of an existing database].
For more information, see the link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/standard-databases/alter-databases/#alter-database-default-language[Operations Manual -> Alter the default Cypher version of an existing database].

a|
label:functionality[]
Expand All @@ -350,7 +350,8 @@ ALTER ALIAS `remote-with-default-language` SET DATABASE DEFAULT LANGUAGE CYPHER

a| Alter the default Cypher version of a remote database alias.
The available versions are `CYPHER 25` and `CYPHER 5`.
It is not possible to alter the default language of a local database alias or an alias of a composite database; they always have the default language of their target database.
It is not possible to alter the default Cypher version of a local database alias or an alias belonging to a composite database.
Local database aliases always have the Cypher version of their target database and aliases belonging to composite databases always have the default language of the composite database.
For more information, see the link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/aliases/manage-aliases-standard-databases/#alter-default-language-remote-database-alias[Operations Manual -> Alter the default Cypher version of a remote database alias].

a|
Expand Down