forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1272ac8
committed
Add:
>> * Add the ability to automatically create materialized views>> Right now materialized views require the user to create triggers on the> main table to keep the summary table current. SQL syntax should be able> to manager the triggers and summary table automatically. A more> sophisticated implementation would automatically retrieve from the> summary table when the main table is referenced, if possible.>1 parentbe8451e commit1272ac8
2 files changed
+18
-2
lines changedLines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
432 | 432 |
| |
433 | 433 |
| |
434 | 434 |
| |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
435 | 444 |
| |
436 | 445 |
| |
437 | 446 |
| |
|
Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
385 | 385 |
| |
386 | 386 |
| |
387 | 387 |
| |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
388 | 395 |
| |
389 | 396 |
| |
390 | 397 |
| |
|
0 commit comments
Comments
(0)