Commit 0491636
committed
sql-parser: CREATE REPLACEMENT MATERIALIZED VIEW
This commit changes the SQL syntax for replacement materialized views from
`CREATE MATERIALIZED VIEW <name> REPLACING <target> AS <query>`
to
`CREATE REPLACEMENT MATERIALIZED VIEW <name> FOR <target> AS <query>`1 parent b2c366a commit 0491636
File tree
19 files changed
+69
-63
lines changed- doc/developer/design
- misc/python/materialize/parallel_workload
- src
- adapter/src/coord
- catalog/src
- durable
- memory
- sql-parser
- src
- ast/defs
- tests/testdata
- sql-pretty/src
- sql/src
- ast
- plan/statement
- test
- cluster
- race-condition
- sqllogictest
- testdrive
19 files changed
+69
-63
lines changedLines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1048 | 1048 | | |
1049 | 1049 | | |
1050 | 1050 | | |
1051 | | - | |
| 1051 | + | |
1052 | 1052 | | |
1053 | 1053 | | |
1054 | 1054 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1381 | 1381 | | |
1382 | 1382 | | |
1383 | 1383 | | |
1384 | | - | |
| 1384 | + | |
1385 | 1385 | | |
1386 | 1386 | | |
1387 | 1387 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1333 | 1333 | | |
1334 | 1334 | | |
1335 | 1335 | | |
1336 | | - | |
| 1336 | + | |
1337 | 1337 | | |
1338 | | - | |
| 1338 | + | |
1339 | 1339 | | |
1340 | 1340 | | |
1341 | 1341 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1474 | 1474 | | |
1475 | 1475 | | |
1476 | 1476 | | |
1477 | | - | |
| 1477 | + | |
1478 | 1478 | | |
1479 | 1479 | | |
1480 | 1480 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1387 | 1387 | | |
1388 | 1388 | | |
1389 | 1389 | | |
1390 | | - | |
| 1390 | + | |
1391 | 1391 | | |
1392 | 1392 | | |
1393 | 1393 | | |
| |||
1400 | 1400 | | |
1401 | 1401 | | |
1402 | 1402 | | |
| 1403 | + | |
| 1404 | + | |
| 1405 | + | |
1403 | 1406 | | |
1404 | 1407 | | |
1405 | 1408 | | |
| |||
1416 | 1419 | | |
1417 | 1420 | | |
1418 | 1421 | | |
1419 | | - | |
1420 | | - | |
| 1422 | + | |
| 1423 | + | |
1421 | 1424 | | |
1422 | 1425 | | |
1423 | 1426 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1959 | 1959 | | |
1960 | 1960 | | |
1961 | 1961 | | |
| 1962 | + | |
| 1963 | + | |
1962 | 1964 | | |
1963 | 1965 | | |
1964 | 1966 | | |
| |||
3855 | 3857 | | |
3856 | 3858 | | |
3857 | 3859 | | |
| 3860 | + | |
3858 | 3861 | | |
3859 | 3862 | | |
3860 | 3863 | | |
3861 | 3864 | | |
3862 | 3865 | | |
3863 | 3866 | | |
3864 | 3867 | | |
3865 | | - | |
3866 | | - | |
3867 | | - | |
3868 | | - | |
| 3868 | + | |
| 3869 | + | |
| 3870 | + | |
| 3871 | + | |
| 3872 | + | |
| 3873 | + | |
3869 | 3874 | | |
3870 | 3875 | | |
3871 | 3876 | | |
| |||
3886 | 3891 | | |
3887 | 3892 | | |
3888 | 3893 | | |
3889 | | - | |
| 3894 | + | |
3890 | 3895 | | |
3891 | 3896 | | |
3892 | 3897 | | |
| |||
0 commit comments