Skip to content

Commit ab342a0

Browse files
Add entry in additions/removals about parameters in CREATE/ALTER DB TOPOLOGY (#1082)
Co-authored-by: Jens Pryce-Åklundh <[email protected]>
1 parent e76ca0a commit ab342a0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,19 @@ For all available Cypher types, see the section on xref::values-and-types/proper
4848
| Feature
4949
| Details
5050

51+
a|
52+
label:functionality[]
53+
label:updated[]
54+
[source, cypher, role="noheader"]
55+
----
56+
CREATE DATABASE foo TOPOLOGY $p PRIMARIES $s SECONDARIES
57+
----
58+
[source, cypher, role="noheader"]
59+
----
60+
ALTER DATABASE foo SET TOPOLOGY $p PRIMARIES $s SECONDARIES
61+
----
62+
| The link:{neo4j-docs-base-uri}/operations-manual/{page-version}/database-administration/standard-databases/create-databases/[`CREATE DATABASE`] and link:{neo4j-docs-base-uri}/operations-manual/{page-version}/database-administration/standard-databases/alter-databases/[`ALTER DATABASE`] commands now accept parameters for `TOPOLOGY` configuration.
63+
5164
a|
5265
label:functionality[]
5366
label:updated[]

0 commit comments

Comments
 (0)