|
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: Thu Nov 23 00:01:42 EST 2006 |
| 11 | +Last updated: Thu Nov 23 00:09:21 EST 2006 |
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>.
|
@@ -310,6 +310,8 @@ <h1><a name="section_5">Functions</a></h1>
|
310 | 310 | </li><li>to_char(INTERVAL '43 hours 20 minutes', 'WK:DD:HR:MI') => 0:1:19:20
|
311 | 311 | </li><li>to_char(INTERVAL '3 years 5 months','MM') => 41
|
312 | 312 | </li></ul>
|
| 313 | +</li><li>Add ISO day of week format 'ID' to to_char() where Monday = 1 |
| 314 | +</li><li>Add an ISO year field to extract() called 'isoyear' |
313 | 315 | </li><li>Add SPI_gettypmod() to return the typemod for a TupleDesc
|
314 | 316 | </li><li>Allow inlining of set-returning functions
|
315 | 317 | </li><li>Allow SQL-language functions to return results from RETURNING queries
|
|