Skip to content

Commit 41fe33c

Browse files
authored
Clarify that ALTER DATABASES cannot be used for changing the store format of a database (#2390) (#2391)
1 parent 4a02397 commit 41fe33c

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
@@ -107,6 +107,7 @@ For more information, see xref::clustering/databases.adoc#alter-topology[Managin
107107

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

110+
.Available options
110111
[options="header", cols="1m,1m,3a"]
111112
|===
112113
| Key
@@ -121,7 +122,8 @@ For details about enrichment mode, see link:{neo4j-docs-base-uri}/cdc/{page-vers
121122

122123
[NOTE]
123124
====
124-
There are no available `OPTIONS` values for composite databases.
125+
The `ALTER DATABASE` command cannot be used to modify the store format of a database.
126+
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].
125127
====
126128

127129
=== Modify the options set for a database

0 commit comments

Comments
 (0)