|
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: Mon Feb 19 12:21:14 EST 2007 |
| 11 | +Last updated: Mon Feb 19 12:58:25 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>.
|
@@ -330,7 +330,7 @@ <h1><a name="section_5">Functions</a></h1>
|
330 | 330 | </li><li>to_char(INTERVAL '43 hours 20 minutes', 'WK:DD:HR:MI') => 0:1:19:20
|
331 | 331 | </li><li>to_char(INTERVAL '3 years 5 months','MM') => 41
|
332 | 332 | </li></ul>
|
333 |
| -</li><li>Add ISO day of week format 'ID' to to_char() where Monday = 1 |
| 333 | +</li><li>-<em>Add ISO day of week format 'ID' to to_char() where Monday = 1</em> |
334 | 334 | </li><li>-<em>Add a field 'isoyear' to extract(), based on the ISO week</em>
|
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
|
|