We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd72034 commit 5b906c7Copy full SHA for 5b906c7
modules/ROOT/pages/database-administration/standard-databases/naming-databases.adoc
@@ -9,7 +9,7 @@ Naming rules for databases are as follows:
9
10
* Length must be between 3 and 63 characters.
11
* The first character of a name must be an ASCII alphabetic or numeric character.
12
-Support for database names starting with a numeric character was added in 2025.1.
+Support for database names starting with a numeric character is available from Neo4j 2025.01.
13
* Subsequent characters must be ASCII alphabetic or numeric characters, dots or dashes; `[a..z][0..9].-`.
14
* Names cannot end with dots or dashes.
15
* Names are case-insensitive and normalized to lowercase.
0 commit comments