@@ -41,7 +41,7 @@ Depending on what you want to see, you can list:
4141These commands return the following columns:
4242
4343.Listing databases output
44- [options="header", width="100%", cols="4m ,6,2m"]
44+ [options="header", width="100%", cols="3m ,6,2m"]
4545|===
4646| Column | Description | Type
4747
@@ -95,7 +95,7 @@ The value can be either `online` or `offline`. label:default-output[]
9595| STRING
9696
9797| currentStatus
98- | The actual status of the database. label:default-output[]
98+ a | The actual status of the database. label:default-output[]
9999
100100The possible statuses are:
101101
@@ -173,12 +173,8 @@ The value for composite databases is `NULL` because it does not apply to them.
173173|
174174Information about the storage engine and the store format.
175175
176- The value is a string formatted as:
176+ The value is a string formatted as `{storage engine}-{store format}-{major version}.{minor version}`.
177177
178- [source, syntax, role="noheader"]
179- ----
180- {storage engine}-{store format}-{major version}.{minor version}
181- ----
182178A database must be `online` or `deallocating` for this value to be available.
183179For other database states the value will be `NULL`.
184180
0 commit comments