Update wording per suggestion

Signed-off-by: Matthew Peveler <matt.peveler@popsql.com>
This commit is contained in:
Matthew Peveler 2020-12-01 23:26:28 +02:00 committed by GitHub
parent a10222b5fe
commit aa45b852b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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