Skip to content

Commit 9e5eef4

Browse files
Fix formatting of the listing db output (#2339) (#2340)
Removing `a` in the table header (see line 44 in the PR #2212) led to the formatting issues: lists and code blocks are not rendered as they should be. This PR fixes those issues
1 parent b34a95d commit 9e5eef4

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

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

Lines changed: 3 additions & 7 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,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

100100
The possible statuses are:
101101

@@ -173,12 +173,8 @@ The value for composite databases is `NULL` because it does not apply to them.
173173
|
174174
Information 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-
----
182178
A database must be `online` or `deallocating` for this value to be available.
183179
For other database states the value will be `NULL`.
184180

0 commit comments

Comments
 (0)