We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77baa8a commit 3a5d936Copy full SHA for 3a5d936
src/functions.ts
@@ -79,6 +79,7 @@ export default [
79
"lpad",
80
"ltrim",
81
"make_geohash",
82
+ "materialized_views",
83
"max",
84
"maxUncommittedRows",
85
"memory_metrics",
src/keywords.ts
@@ -14,6 +14,7 @@ export default [
14
"attach",
15
"atomic",
16
"backup",
17
+ "base",
18
"between",
19
"by",
20
"cache",
@@ -82,6 +83,7 @@ export default [
"list",
"lock",
"lt",
86
+ "materialized",
87
"nan",
88
"natural",
89
"no",
@@ -155,6 +157,7 @@ export default [
155
157
"upsert",
156
158
"vacuum",
159
"values",
160
+ "view",
161
"wal",
162
"when",
163
"where",
0 commit comments