Skip to content

Commit 906efe9

Browse files
committed
Add storage policy keywords and local/remote constants
1 parent e509cfe commit 906efe9

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/grammar/constants.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export const constants: string[] = [
2626
"isoyear",
2727
"jwk",
2828
"linear",
29+
"local",
2930
"lz4",
3031
"lz4_raw",
3132
"lzo",
@@ -52,6 +53,7 @@ export const constants: string[] = [
5253
"prepare",
5354
"prev",
5455
"quarter",
56+
"remote",
5557
"rest",
5658
"rle_dictionary",
5759
"search_path",

src/grammar/keywords.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ export const keywords: string[] = [
138138
"period",
139139
"permissions",
140140
"pivot",
141+
"policy",
141142
"preceding",
142143
"prevailing",
143144
"primary",
@@ -171,6 +172,7 @@ export const keywords: string[] = [
171172
"squash",
172173
"start",
173174
"step",
175+
"storage",
174176
"statistics_enabled",
175177
"suspend",
176178
"system",

0 commit comments

Comments
 (0)