Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions modules/ROOT/pages/databases.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ These commands return the following columns:
| access
| The database access mode, either `read-write` or `read-only`. label:default-output[]

[NOTE]
====
A database may be described as read-only when using `ALTER DATABASE ... SET ACCESS READ ONLY`.
====

| databaseID
| The database unique ID.

Expand Down