Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

Commit 66594b3

Browse files
committed
fix: grant stmt
1 parent 3e419f3 commit 66594b3

13 files changed

+40659
-24447
lines changed

RedshiftLexer.g4

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2657,6 +2657,35 @@ DELIMITED
26572657
: 'DELIMITED'
26582658
;
26592659

2660+
// Privilges and roles tokens
2661+
USAGE
2662+
: 'USAGE'
2663+
;
2664+
2665+
IGNORE
2666+
: 'IGNORE'
2667+
;
2668+
2669+
LANGUAGES
2670+
: 'LANGUAGES'
2671+
;
2672+
2673+
JOB
2674+
: 'JOB'
2675+
;
2676+
2677+
JOBS
2678+
: 'JOBS'
2679+
;
2680+
2681+
VIA
2682+
: 'VIA'
2683+
;
2684+
2685+
ASSUMEROLE
2686+
: 'ASSUMEROLE'
2687+
;
2688+
26602689
// External function tokens
26612690
RETRY_TIMEOUT
26622691
: 'RETRY_TIMEOUT'

RedshiftLexer.interp

Lines changed: 22 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)