doris-website icon indicating copy to clipboard operation
doris-website copied to clipboard

[Feature] Support CREATE DB COMMENT (#16678)

Open xiabaike opened this issue 1 year ago • 4 comments

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.

xiabaike avatar May 07 '24 02:05 xiabaike

doris's pull: https://github.com/apache/doris/pull/34455

xiabaike avatar May 07 '24 02:05 xiabaike

New pull request: https://github.com/apache/doris/pull/34625

luzhijing avatar May 11 '24 23:05 luzhijing

New pull request: apache/doris#34625

thanks

xiabaike avatar May 16 '24 01:05 xiabaike

Waiting the https://github.com/apache/doris/pull/34625 merged.

luzhijing avatar May 22 '24 01:05 luzhijing