Skip to content

Commit 2f42435

Browse files
committed
add a footnote that this change applies to versions 2025.04 and later and 5.26.5 and later
1 parent e224b02 commit 2f42435

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Depending on what you want to see, you can list:
4141
These commands return the following columns:
4242

4343
.Listing databases output
44-
[options="header", width="100%", cols="4m,6a,2m"]
44+
[options="header", width="100%", cols="4m,6,2m"]
4545
|===
4646
| Column | Description | Type
4747

@@ -82,7 +82,7 @@ The default for a standalone database is `neo4j://localhost:7687`. label:default
8282
| role
8383
| The current role of the database (`primary`, `secondary`, `unknown`). label:default-output[]
8484

85-
The value for composite databases is `NULL` because it does not apply to them.
85+
The value for composite databases is `NULL` because it does not apply to them.footnote:compositeDb[This change applies to versions 2025.04 and later and 5.25.5 and later.]
8686
| STRING
8787

8888
| writer
@@ -133,28 +133,28 @@ Not returned by `SHOW HOME DATABASE` or `SHOW DEFAULT DATABASE`.
133133
| Number of primaries for this database reported as running currently.
134134
It is the same as the number of rows where `role=primary` and `name=this database`.
135135

136-
The value for composite databases is `NULL` because it does not apply to them.
136+
The value for composite databases is `NULL` because it does not apply to them.footnote:compositeDb[]
137137
| INTEGER
138138

139139
| `currentSecondariesCount`
140140
| Number of secondaries for this database reported as running currently.
141141
It is the same as the number of rows where `role=secondary` and `name=this database`.
142142

143-
The value for composite databases is `NULL` because it does not apply to them.
143+
The value for composite databases is `NULL` because it does not apply to them.footnote:compositeDb[]
144144
| INTEGER
145145

146146
| `requestedPrimariesCount`
147147
| The requested number of primaries for this database.
148148
May be lower than current if the DBMS is currently reducing the number of copies of the database, or higher if it is currently increasing the number of copies.
149149

150-
The value for composite databases is `NULL` because it does not apply to them.
150+
The value for composite databases is `NULL` because it does not apply to them.footnote:compositeDb[]
151151
| INTEGER
152152

153153
| `requestedSecondariesCount`
154154
| The requested number of secondaries for this database.
155155
May be lower than current if the DBMS is currently reducing the number of copies of the database, or higher if it is currently increasing the number of copies.
156156

157-
The value for composite databases is `NULL` because it does not apply to them.
157+
The value for composite databases is `NULL` because it does not apply to them.footnote:compositeDb[]
158158
| INTEGER
159159

160160
| creationTime

0 commit comments

Comments
 (0)