|
8 | 8 | <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
9 | 9 | <h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
10 | 10 | <p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
11 |
| -Last updated: Fri Feb 16 20:35:38 EST 2007 |
| 11 | +Last updated: Fri Feb 16 21:00:55 EST 2007 |
12 | 12 | </p>
|
13 | 13 | <p>The most recent version of this document can be viewed at<br/>
|
14 | 14 | <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
@@ -332,15 +332,16 @@ <h1><a name="section_5">Functions</a></h1>
|
332 | 332 | </li></ul>
|
333 | 333 | </li><li>Add ISO day of week format 'ID' to to_char() where Monday = 1
|
334 | 334 | </li><li>Add a field 'isoyear' to extract(), based on the ISO week
|
335 |
| - </li><li>Add SPI_gettypmod() to return the typemod for a TupleDesc |
336 | 335 | </li><li>Implement inlining of set-returning functions defined in SQL
|
337 | 336 | </li><li>Allow SQL-language functions to return results from RETURNING queries
|
338 | 337 | <p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-10/msg00665.php">http://archives.postgresql.org/pgsql-hackers/2006-10/msg00665.php</a>
|
339 | 338 | </p>
|
| 339 | + </li><li>Add SPI_gettypmod() to return the typemod for a TupleDesc |
340 | 340 | </li><li>Enforce typmod for function inputs, function results and parameters for
|
341 | 341 | spi_prepare'd statements called from PLs
|
342 | 342 | <p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-01/msg01403.php">http://archives.postgresql.org/pgsql-hackers/2007-01/msg01403.php</a>
|
343 | 343 | </p>
|
| 344 | + </li><li>Allow holdable cursors in SPI |
344 | 345 | </li><li>Tighten function permission checks
|
345 | 346 | <p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-12/msg00568.php">http://archives.postgresql.org/pgsql-hackers/2006-12/msg00568.php</a>
|
346 | 347 | </p>
|
|
0 commit comments