-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sql: add support for COMMENT ON VIEW/SEQUENCE/TYPE/FUNCTION #44135
Labels
A-schema-changes
A-sql-pgcompat
Semantic compatibility with PostgreSQL
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Comments
knz
added
A-sql-pgcompat
Semantic compatibility with PostgreSQL
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
labels
Jan 20, 2020
thanks for filing |
elliotcourant
added a commit
to elliotcourant/cockroach
that referenced
this issue
Jul 18, 2020
Added the CommentOnView and CommentOnSequence tree node and plan node. These will each append a new type to the system.comments table for views and sequences respectively. This would resolve cockroachdb#44135 Release note (sql change): implemented COMMENT ON VIEW/SEQUENCE
9 tasks
elliotcourant
added a commit
to elliotcourant/cockroach
that referenced
this issue
Jul 18, 2020
Added the CommentOnView and CommentOnSequence tree node and plan node. These will each append a new type to the system.comments table for views and sequences respectively. This would resolve cockroachdb#44135 Release note (sql change): implemented COMMENT ON VIEW/SEQUENCE
rafiss
added
the
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
label
May 12, 2021
@chengxiong-ruan if you feel like doing this opportunistically, go ahead. |
When picking up this work, be sure to acknowledge the community contributor in #51577. |
knz
changed the title
sql: add support for COMMENT ON VIEW, COMMENT ON SEQUENCE
sql: add support for COMMENT ON VIEW, COMMENT ON SEQUENCE, COMMENT ON TYPE
Jan 9, 2023
knz
changed the title
sql: add support for COMMENT ON VIEW, COMMENT ON SEQUENCE, COMMENT ON TYPE
sql: add support for COMMENT ON VIEW/SEQUENCE/TYPE/FUNCTION
Jan 9, 2023
11 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-schema-changes
A-sql-pgcompat
Semantic compatibility with PostgreSQL
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Postgres docs on COMMENT ON: https://www.postgresql.org/docs/current/static/sql-comment.html
Consider the case of a dump when implementation.(#42875).
Jira issue: CRDB-5251
The text was updated successfully, but these errors were encountered: