|
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:Fri Aug15 22:36:53 EDT 2008 |
| 11 | +Last updated:Mon Aug18 11:02:38 EDT 2008 |
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>.
|
@@ -463,6 +463,11 @@ <h1><a name="section_4">Functions</a></h1>
|
463 | 463 | </li><li>Allow calling of a procedure outside a SELECT that can control the
|
464 | 464 | transaction state
|
465 | 465 | <p><ahref="http://archives.postgresql.org/pgsql-hackers/2007-10/msg01375.php">http://archives.postgresql.org/pgsql-hackers/2007-10/msg01375.php</a>
|
| 466 | +</p> |
| 467 | +</li><li>Fix all set-returning system functions so they support a wildcard |
| 468 | + target list |
| 469 | +<p> SELECT * FROM pg_get_keywords() works but SELECT * FROM |
| 470 | + pg_show_all_settings() does not. |
466 | 471 | </p>
|
467 | 472 | </li></ul>
|
468 | 473 | <h1><aname="section_5">Multi-Language Support</a></h1>
|
|