should be it
This commit is contained in:
5
external/duckdb/extension/autocomplete/grammar/statements/comment.gram
vendored
Normal file
5
external/duckdb/extension/autocomplete/grammar/statements/comment.gram
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
CommentStatement <- 'COMMENT' 'ON' CommentOnType ColumnReference 'IS' CommentValue
|
||||
|
||||
|
||||
CommentOnType <- 'TABLE' / 'SEQUENCE' / 'FUNCTION' / ('MACRO' 'TABLE'?) / 'VIEW' / 'DATABASE' / 'INDEX' / 'SCHEMA' / 'TYPE' / 'COLUMN'
|
||||
CommentValue <- 'NULL' / StringLiteral
|
||||
Reference in New Issue
Block a user