|
8 | 8 | <bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
|
9 | 9 | <h1><aname="section_1">PostgreSQL TODO List</a></h1>
|
10 | 10 | <p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
11 |
| -Last updated:Fri Aug26 16:38:55 EDT 2005 |
| 11 | +Last updated:Sat Aug27 09:38:42 EDT 2005 |
12 | 12 | </p>
|
13 | 13 | <p>The most recent version of this document can be viewed at<br/>
|
14 | 14 | <ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
@@ -285,6 +285,10 @@ <h1><a name="section_7">Views / Rules</a></h1>
|
285 | 285 | </li><li>Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
|
286 | 286 | </li><li>Allow NOTIFY in rules involving conditionals
|
287 | 287 | </li><li>Allow VIEW/RULE recompilation when the underlying tables change
|
| 288 | +<p> Another issue is whether underlying table changes should be reflected |
| 289 | + in the view, e.g. should SELECT * show additional columns if they |
| 290 | + are added after the view is created. |
| 291 | +</p> |
288 | 292 | </li></ul>
|
289 | 293 | <h1><aname="section_8">SQL Commands</a></h1>
|
290 | 294 |
|
|