From aa45b852b63139d161ead1a4f00a521fdb17ae60 Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Tue, 1 Dec 2020 23:26:28 +0200 Subject: [PATCH] Update wording per suggestion Signed-off-by: Matthew Peveler --- docs/en/operations/system-tables/databases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/operations/system-tables/databases.md b/docs/en/operations/system-tables/databases.md index 873be74fc62..ec8b397b535 100644 --- a/docs/en/operations/system-tables/databases.md +++ b/docs/en/operations/system-tables/databases.md @@ -1,6 +1,6 @@ # system.databases {#system-databases} -Contains information about database. Each database that the server knows about has a corresponding entry in the table. +Contains information about the databases that are available to the current user. Columns: @@ -20,7 +20,7 @@ Create a database. CREATE DATABASE test ``` -Check all of the available databases. +Check all of the available databases to the user. ``` sql SELECT * FROM system.databases