Skip to content

PostgreSQL: Support more COMMENT ON object types#2220

Open
guan404ming wants to merge 1 commit intoapache:mainfrom
guan404ming:pg-comment-on-more-variants
Open

PostgreSQL: Support more COMMENT ON object types#2220
guan404ming wants to merge 1 commit intoapache:mainfrom
guan404ming:pg-comment-on-more-variants

Conversation

@guan404ming
Copy link
Member

Why

PostgreSQL supports COMMENT ON for many object types, but the parser only handled a subset.

How

  • Add Domain, Function, Index, MaterializedView, Procedure, Sequence, Type, and View to CommentObject
  • Extend parser to handle the new object type keywords
  • Expand test coverage to verify all supported object types

Signed-off-by: Guan-Ming Chiu <guanmingchiu@gmail.com>
@guan404ming guan404ming marked this pull request as ready for review February 17, 2026 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments