doris-website
doris-website copied to clipboard
[Feature] Support CREATE DB COMMENT (#16678)
When create a database, add support for comment, which explains something about the database so that people who see it know what it is and what it does. CREATE DATABASE [IF NOT EXISTS] db_name COMMENT database_comment [PROPERTIES ("key"="value", ...)]; Add database's comment to the result of the SHOW CREATE DATABASE statement.
doris's pull: https://github.com/apache/doris/pull/34455
New pull request: https://github.com/apache/doris/pull/34625
Waiting the https://github.com/apache/doris/pull/34625 merged.