Skip to content

Commit 76846f2

Browse files
authored
Clarify that ALTER DATABASES cannot be used for changing the store format of a database (#2390) (#2392)
1 parent d9fc2e2 commit 76846f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ For more information, see xref::clustering/databases.adoc#alter-topology[Managin
109109

110110
The `ALTER DATABASE` command can be used to set or remove specific options for a database.
111111

112+
.Available options
112113
[options="header", cols="1m,1m,3a"]
113114
|===
114115
| Key
@@ -123,7 +124,8 @@ For details about enrichment mode, see link:{neo4j-docs-base-uri}/cdc/{page-vers
123124

124125
[NOTE]
125126
====
126-
There are no available `OPTIONS` values for composite databases.
127+
The `ALTER DATABASE` command cannot be used to modify the store format of a database.
128+
For details about how to change the store format of a database, see xref::database-internals/store-formats.adoc#change-store-format[Changing the store format of existing databases].
127129
====
128130

129131
=== Modify the options set for a database

0 commit comments

Comments
 (0)