We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e509cfe commit 906efe9Copy full SHA for 906efe9
2 files changed
src/grammar/constants.ts
@@ -26,6 +26,7 @@ export const constants: string[] = [
26
"isoyear",
27
"jwk",
28
"linear",
29
+ "local",
30
"lz4",
31
"lz4_raw",
32
"lzo",
@@ -52,6 +53,7 @@ export const constants: string[] = [
52
53
"prepare",
54
"prev",
55
"quarter",
56
+ "remote",
57
"rest",
58
"rle_dictionary",
59
"search_path",
src/grammar/keywords.ts
@@ -138,6 +138,7 @@ export const keywords: string[] = [
138
"period",
139
"permissions",
140
"pivot",
141
+ "policy",
142
"preceding",
143
"prevailing",
144
"primary",
@@ -171,6 +172,7 @@ export const keywords: string[] = [
171
172
"squash",
173
"start",
174
"step",
175
+ "storage",
176
"statistics_enabled",
177
"suspend",
178
"system",
0 commit comments