Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/grammar/postgresql/PostgreSqlParser.g4
Original file line number Diff line number Diff line change
Expand Up @@ -526,9 +526,7 @@ reloption_elem
;

partitionboundspec
: KW_FOR KW_VALUES KW_WITH OPEN_PAREN nonreservedword Integral (
COMMA (nonreservedword Integral)
)* CLOSE_PAREN
: KW_FOR KW_VALUES KW_WITH OPEN_PAREN KW_MODULUS Integral COMMA KW_REMAINDER Integral CLOSE_PAREN
| KW_FOR KW_VALUES KW_IN execute_param_clause
| KW_FOR KW_VALUES KW_FROM execute_param_clause KW_TO execute_param_clause
| KW_DEFAULT
Expand Down
2 changes: 1 addition & 1 deletion src/lib/postgresql/PostgreSqlParser.interp

Large diffs are not rendered by default.

Loading
Loading