|
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 Feb16 21:00:55 EST 2007 |
| 11 | +Last updated:Sat Feb17 20:32:39 EST 2007 |
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>.
|
@@ -335,6 +335,9 @@ <h1><a name="section_5">Functions</a></h1>
|
335 | 335 | </li><li>Implement inlining of set-returning functions defined in SQL
|
336 | 336 | </li><li>Allow SQL-language functions to return results from RETURNING queries
|
337 | 337 | <p><ahref="http://archives.postgresql.org/pgsql-hackers/2006-10/msg00665.php">http://archives.postgresql.org/pgsql-hackers/2006-10/msg00665.php</a>
|
| 338 | +</p> |
| 339 | +</li><li>Allow SQL-language functions to reference parameters by parameter name |
| 340 | +<p> Currently, SQL-language functions can only refer to parameters via $1, etc |
338 | 341 | </p>
|
339 | 342 | </li><li>Add SPI_gettypmod() to return the typemod for a TupleDesc
|
340 | 343 | </li><li>Enforce typmod for function inputs, function results and parameters for
|
|