[ https://issues.apache.org/jira/browse/TRAFODION-2803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16281226#comment-16281226 ]
ASF GitHub Bot commented on TRAFODION-2803: ------------------------------------------- GitHub user EEDY opened a pull request: https://github.com/apache/incubator-trafodion/pull/1327 [TRAFODION-2803] add regression test for COMMENT-ON statement add regression test for COMMENT-ON statement [https://issues.apache.org/jira/browse/TRAFODION-2803](url) You can merge this pull request into a Git repository by running: $ git pull https://github.com/EEDY/incubator-trafodion master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-trafodion/pull/1327.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1327 ---- commit 18e4d721780b22e22a0308881c98f0fe0998a1d4 Author: EEDY <cqlc...@gmail.com> Date: 2017-12-06T06:43:25Z add regression test for COMMENT-ON statement ---- > new SQL statement support : COMMENT-ON > -------------------------------------- > > Key: TRAFODION-2803 > URL: https://issues.apache.org/jira/browse/TRAFODION-2803 > Project: Apache Trafodion > Issue Type: New Feature > Components: sql-general > Reporter: Qilin Chen > Priority: Minor > Attachments: Trafodion_SQL_COMMENT_feature_design.171110.docx > > > Add support for COMMENT-ON statement. > This is a new requirement from customer, and below is design and > implementation for now: > 1. add new COMMENT-ON syntax, supported objects: SCHEMA, TABLE, VIEW, INDEX, > LIBRARY, FUCNTION(UDR), PROCEDURE, SEQUENCE, COLUMN > 2. new component privilege: SQL_OPERATIONS::COMMENT > 3. SHOWDDL changes: add COMMENT-ON output for each object > 4. new build-in views to look up comment: "MD".OBJECT_COMMENT_VIEW and > "MD".COLUMN_COMMENT_VIEW > Please see attachment for more detail. -- This message was sent by Atlassian JIRA (v6.4.14#64029)