Support CREATE MATERIALIZED VIEW

This commit is contained in:
Nikhil Benesch 2019-03-06 17:19:40 -05:00
parent 52e0f55b6f
commit 23a0fc79f5
No known key found for this signature in database
GPG key ID: F7386C5DEADABA7F
4 changed files with 26 additions and 5 deletions

View file

@ -191,6 +191,7 @@ keyword!(
LOCATION,
LOWER,
MATCH,
MATERIALIZED,
MAX,
MEMBER,
MERGE,
@ -539,6 +540,7 @@ pub const ALL_KEYWORDS: &'static [&'static str] = &[
LOCATION,
LOWER,
MATCH,
MATERIALIZED,
MAX,
MEMBER,
MERGE,