Skip to content

Commit e224b02

Browse files
Apply suggestions from code review
Co-authored-by: Reneta Popova <[email protected]>
1 parent 225bdab commit e224b02

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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 will be `NULL` for composite databases, as it is not applicable for them.
85+
The value for composite databases is `NULL` because it does not apply to them.
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 will be `NULL` for composite databases, as it is not applicable for them.
136+
The value for composite databases is `NULL` because it does not apply to them.
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 will be `NULL` for composite databases, as it is not applicable for them.
143+
The value for composite databases is `NULL` because it does not apply to them.
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 will be `NULL` for composite databases, as it is not applicable for them.
150+
The value for composite databases is `NULL` because it does not apply to them.
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 will be `NULL` for composite databases, as it is not applicable for them.
157+
The value for composite databases is `NULL` because it does not apply to them.
158158
| INTEGER
159159

160160
| creationTime
@@ -182,7 +182,7 @@ The value is a string formatted as:
182182
A database must be `online` or `deallocating` for this value to be available.
183183
For other database states the value will be `NULL`.
184184

185-
The value will be `NULL` for composite databases, as it is not applicable for them.
185+
The value for composite databases is `NULL` because it does not apply to them.
186186
| STRING
187187

188188
| lastCommittedTxn
@@ -208,7 +208,7 @@ For other database states the value will be `NULL`.
208208
|options
209209
|The map of options applied to the database.
210210

211-
The value will be `NULL` for composite databases, as it is not applicable for them.
211+
The value for composite databases is `NULL` because it does not apply to them.
212212
| MAP
213213

214214
|===

0 commit comments

Comments
 (0)