Commit Graph

2 Commits (711ebacf009c5e434568befa4852754c5a2ee5a1)

Author SHA1 Message Date
copetol 08ac904e7b recreate table and column comments on undistribute_table 2024-03-27 18:18:54 +03:00
Gürkan İndibay 188614512f
Adds comment on database and role propagation (#7388)
DESCRIPTION: Adds comment on database and role propagation.
Example commands are as below

comment on database <db_name> is '<comment_text>'
comment on database <db_name> is NULL
comment on role <role_name> is '<comment_text>'
comment on role <role_name> is NULL

---------

Co-authored-by: Jelte Fennema-Nio <jelte.fennema@microsoft.com>
2024-01-18 20:58:44 +03:00