|
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:Thu Oct 27 10:15:56 EDT 2005 |
| 11 | +Last updated:Tue Nov 15 18:08:23 EST 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>.
|
@@ -341,6 +341,9 @@ <h1><a name="section_8">SQL Commands</a></h1>
|
341 | 341 | </li><li>Add a GUC variable to warn about non-standard SQL usage in queries
|
342 | 342 | </li><li>Add MERGE command that does UPDATE/DELETE, or on failure, INSERT (rules,
|
343 | 343 | triggers?)
|
| 344 | +<p> To implement this cleanly requires that the table have a unique index |
| 345 | + so duplicate checking can be easily performed. |
| 346 | +</p> |
344 | 347 | </li><li>Add NOVICE output level for helpful messages like automatic sequence/index
|
345 | 348 | creation
|
346 | 349 | </li><li>%Add COMMENT ON for all cluster global objects (roles, databases
|
|