Closed git-hulk closed 1 week ago
The COMMENT ON syntax has been supported in PostgreSQL. This PR only moves it into the common and adds supports_comment_on to enable this feature. Also, this PR extends SCHEMA, DATABASE, USER, ROLE as its allowed object type.
supports_comment_on
SCHEMA
DATABASE
USER
ROLE
This closes #1511.
cc @iffyio
It looks like there are some conflicts in this PR that need to be resolved before we can merge it
@alamb thanks for your review, will resolve it soon done now.
🚀
The COMMENT ON syntax has been supported in PostgreSQL. This PR only moves it into the common and adds
supports_comment_on
to enable this feature. Also, this PR extendsSCHEMA
,DATABASE
,USER
,ROLE
as its allowed object type.This closes #1511.