Skip to content

Commit 8a41dfb

Browse files
committed
Changes for Cypher 25 only
1 parent 81f3635 commit 8a41dfb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/ROOT/pages/database-administration/standard-databases/create-databases.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ See xref:database-internals/store-formats.adoc[Store formats], for more details
4545
[source, syntax, role="noheader"]
4646
----
4747
CREATE DATABASE name [IF NOT EXISTS]
48-
[TOPOLOGY n PRIMAR{Y\|IES} [m SECONDAR{Y\|IES}]]
48+
[[SET] TOPOLOGY n PRIMAR{Y\|IES} [m SECONDAR{Y\|IES}]]
4949
[OPTIONS "{" option: value[, ...] "}"]
5050
[WAIT [n [SEC[OND[S]]]]\|NOWAIT]
5151
----
5252

5353
[source, syntax, role="noheader"]
5454
----
5555
CREATE OR REPLACE DATABASE name
56-
[TOPOLOGY n PRIMAR{Y\|IES} [m SECONDAR{Y\|IES}]]
56+
[[SET] TOPOLOGY n PRIMAR{Y\|IES} [m SECONDAR{Y\|IES}]]
5757
[OPTIONS "{" option: value[, ...] "}"]
5858
[WAIT [n [SEC[OND[S]]]]\|NOWAIT]
5959
----

modules/ROOT/pages/database-administration/syntax.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,15 +105,15 @@ YIELD { * \| field[, ...] } [ORDER BY field[, ...]] [SKIP n] [LIMIT n]
105105
[source, syntax, role="noheader"]
106106
----
107107
CREATE DATABASE name [IF NOT EXISTS]
108-
[TOPOLOGY n PRIMAR{Y\|IES} [m SECONDAR{Y\|IES}]]
108+
[[SET] TOPOLOGY n PRIMAR{Y\|IES} [m SECONDAR{Y\|IES}]]
109109
[OPTIONS "{" option: value[, ...] "}"]
110110
[WAIT [n [SEC[OND[S]]]]\|NOWAIT]
111111
----
112112

113113
[source, syntax, role="noheader"]
114114
----
115115
CREATE OR REPLACE DATABASE name
116-
[TOPOLOGY n PRIMAR{Y\|IES} [m SECONDAR{Y\|IES}]]
116+
[[SET] TOPOLOGY n PRIMAR{Y\|IES} [m SECONDAR{Y\|IES}]]
117117
[OPTIONS "{" option: value[, ...] "}"]
118118
[WAIT [n [SEC[OND[S]]]]\|NOWAIT]
119119
----

0 commit comments

Comments
 (0)