Skip to content

Commit ed2f41d

Browse files
standardize
1 parent eb86d7f commit ed2f41d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/queries/select-version.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To select a default Cypher version when creating a database, add `DEFAULT LANGUA
4848
.Cypher 25
4949
[source,cypher]
5050
----
51-
CREATE DATABASE actors DEFAULT LANGUAGE CYPHER 25
51+
CREATE DATABASE actors SET DEFAULT LANGUAGE CYPHER 25
5252
----
5353

5454
======
@@ -96,7 +96,7 @@ Selecting `CYPHER 25` ensures that all queries run on that database will be exec
9696
Selecting `CYPHER 5` as the default database language ensures that all queries run on that database uses Cypher 5 as it existed at the time of the Neo4j 2025.06 release (unless a query is prepended with xref:selection-query-cypher-version[`CYPHER 25`], which overrides this default).
9797
Any changes introduced after the 2025.06 release will not affect the semantics of the query.
9898

99-
For more information about how to change and view the default language of new and existing databases and remote database aliases, and for how to set the necessary privileges to change the default language of a database, see the following links in the Operations Manual:
99+
For more information about how to change and view the default language of new and existing databases and remote database aliases, and the new privileges related to changing the default language, see the following links in the Operations Manual:
100100

101101
* link:{neo4j-docs-base-uri}/operations-manual/current/configuration/cypher-version-configuration/[Configure the Cypher default version]
102102
* link:{neo4j-docs-base-uri}/operations-manual/current/database-administration/standard-databases/create-databases/#_set_a_default_cypher_version_for_a_standard_database[Set a default Cypher version for a standard database]

0 commit comments

Comments
 (0)