From f219955916c49fdd221440188588ff5a9dfc64ba Mon Sep 17 00:00:00 2001 From: lidiazuin <102308961+lidiazuin@users.noreply.github.com> Date: Wed, 30 Nov 2022 14:07:11 +0100 Subject: [PATCH] Improving description of `access` on SHOW DATABASES (#231) As requested by support. --- modules/ROOT/pages/databases.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/ROOT/pages/databases.adoc b/modules/ROOT/pages/databases.adoc index 02920499b..6ccea090b 100644 --- a/modules/ROOT/pages/databases.adoc +++ b/modules/ROOT/pages/databases.adoc @@ -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.