Skip to content

Commit

Permalink
Fix for #4308, #4315
Browse files Browse the repository at this point in the history
  • Loading branch information
kaby76 committed Nov 9, 2024
1 parent b9bd768 commit 9002f81
Show file tree
Hide file tree
Showing 3 changed files with 225 additions and 769 deletions.
9 changes: 1 addition & 8 deletions sql/postgresql/PostgreSQLLexer.g4
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ UNCONDITIONAL: 'UNCONDITIONAL';

PERIOD: 'PERIOD';

FORMAT_LA: 'FORMAT_LA';

//

Expand Down Expand Up @@ -1165,18 +1166,12 @@ NORMALIZE: 'NORMALIZE';

DUMP: 'DUMP';

PRINT_STRICT_PARAMS: 'PRINT_STRICT_PARAMS';

VARIABLE_CONFLICT: 'VARIABLE_CONFLICT';

ERROR: 'ERROR';

USE_VARIABLE: 'USE_VARIABLE';

USE_COLUMN: 'USE_COLUMN';

ALIAS: 'ALIAS';

CONSTANT: 'CONSTANT';

PERFORM: 'PERFORM';
Expand All @@ -1201,8 +1196,6 @@ EXIT: 'EXIT';

RETURN: 'RETURN';

//QUERY: 'QUERY';

RAISE: 'RAISE';

SQLSTATE: 'SQLSTATE';
Expand Down
Loading

0 comments on commit 9002f81

Please sign in to comment.