File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
modules/ROOT/pages/database-administration/standard-databases Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ CREATE OR REPLACE DATABASE name
6666
6767[.tabbed-example]
6868=====
69- [.include-with-cypher5 ]
69+ [.include-with-cypher-5 ]
7070======
7171
7272The `CREATE DATABASE` command can have a map of options, e.g. `OPTIONS {key: 'value'}`.
@@ -134,7 +134,7 @@ The `existingDataSeedInstance` and `existingDataSeedServer` are still not suppor
134134More details about seeding options can be found in xref::clustering/databases.adoc#cluster-seed[Seed a cluster].
135135====
136136======
137- [.include-with-cypher25 ]
137+ [.include-with-cypher-25 ]
138138======
139139The `CREATE DATABASE [OR REPLACE]` command can have a map of options, e.g. `OPTIONS {key: 'value'}`.
140140
@@ -221,7 +221,7 @@ SHOW DATABASES YIELD name
221221
222222[.tabbed-example]
223223=====
224- [.include-with-cypher5 ]
224+ [.include-with-cypher-5 ]
225225======
226226Sub-clause `WAIT` allows you to specify a time limit in which the command must complete and return.
227227
@@ -243,7 +243,7 @@ CREATE DATABASE slow WAIT 5 SECONDS
243243The `success` column provides an aggregate status of whether or not the command is considered successful.
244244Thus, every row has the same value, determined on a successful completion without a timeout.
245245======
246- [.include-with-cypher25 ]
246+ [.include-with-cypher-25 ]
247247======
248248Sub-clause `WAIT` allows you to specify a time limit in which the command must complete and return.
249249
You can’t perform that action at this time.
0 commit comments