|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Wed Jul4 10:59:00 EDT 2001 |
| 3 | +Last updated:Fri Jul6 14:23:02 EDT 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
|
88 | 88 | * Automatically create rules on views so they are updateable, per SQL92 [view]
|
89 | 89 | * Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
|
90 | 90 | * Allow NOTIFY in rules involving conditionals
|
91 |
| -* Evaluate INSERT rules at end of query, rather than beginning |
| 91 | +*-Evaluate INSERT rules at end of query, rather than beginning (Jan) |
92 | 92 |
|
93 | 93 | INDEXES
|
94 | 94 |
|
|