Skip to content

Commit d7fefda

Browse files
test(postgres): cover statistics syntax, strictness, and errors
1 parent 5fd2807 commit d7fefda

File tree

2 files changed

+420
-1
lines changed

2 files changed

+420
-1
lines changed

tests/sqlparser_common.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15218,6 +15218,7 @@ fn parse_comments() {
1521815218
("ROLE", CommentObject::Role),
1521915219
("SCHEMA", CommentObject::Schema),
1522015220
("SEQUENCE", CommentObject::Sequence),
15221+
("STATISTICS", CommentObject::Statistics),
1522115222
("TABLE", CommentObject::Table),
1522215223
("TYPE", CommentObject::Type),
1522315224
("USER", CommentObject::User),

0 commit comments

Comments
 (0)