|
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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
11 |
| -Last updated:Sat Dec 29 22:22:39 EST2007 |
| 11 | +Last updated:Thu Jan 3 13:47:37 EST2008 |
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>.
|
@@ -417,6 +417,8 @@ <h1><a name="section_7">SQL Commands</a></h1>
|
417 | 417 | message, perhaps indicating the row modified or other custom
|
418 | 418 | information.
|
419 | 419 | </p>
|
| 420 | +</li><li>Allow multiple identical NOTIFY events to always be communicated to the |
| 421 | + client, rather than sent as a single notification to the listener |
420 | 422 | </li><li>Add a GUC variable to warn about non-standard SQL usage in queries
|
421 | 423 | </li><li>Add SQL-standard MERGE command, typically used to merge two tables
|
422 | 424 | [<ahref="http://momjian.postgresql.org/cgi-bin/pgtodo?merge">merge</a>]
|
|