Merge pull request #57228 from rschu1ze/docs-alias

Docs: Mention alias `database` for `name` in `system.databases`
This commit is contained in:
robot-ch-test-poll1 2023-11-26 02:25:32 +01:00 committed by GitHub
commit a956cec61f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ Columns:
- `uuid` ([UUID](../../sql-reference/data-types/uuid.md)) — Database UUID.
- `comment` ([String](../../sql-reference/data-types/enum.md)) — Database comment.
- `engine_full` ([String](../../sql-reference/data-types/enum.md)) — Parameters of the database engine.
- `database` ([String](../../sql-reference/data-types/string.md)) Alias for `name`.
The `name` column from this system table is used for implementing the `SHOW DATABASES` query.