|
2 | 2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
3 | 3 | <html> |
4 | 4 | <head> |
5 | | -<title>PostgreSQL TODOlist</title> |
| 5 | +<title>PostgreSQL TODOList</title> |
6 | 6 | <metaname="generator"content="HTML::TextToHTML v2.25"/> |
7 | 7 | </head> |
8 | 8 | <bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF"> |
9 | | -<h1><aname="section_1">TODOlist for PostgreSQL</a></h1> |
| 9 | +<h1><aname="section_1">PostgreSQLTODOList</a></h1> |
10 | 10 | <p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> |
11 | | -Last updated: Mon Apr 1808:57:57 EDT 2005 |
| 11 | +Last updated: Mon Apr 1810:42:34 EDT 2005 |
12 | 12 | </p> |
13 | 13 | <p>The most recent version of this document can be viewed at the PostgreSQL web<br/> |
14 | 14 | site,<ahref="http://www.PostgreSQL.org">http://www.PostgreSQL.org</a>. |
@@ -177,8 +177,7 @@ <h1><a name="section_3">Data Types</a></h1> |
177 | 177 | </li><li>Add 'tid != tid ' operator for use in corruption recovery |
178 | 178 | </li><li>Add ISo INTERVAL handling |
179 | 179 | <ul> |
180 | | -<li>Add support for day-time syntax, INTERVAL '1 2:03:04' |
181 | | -<strong>DAY TO SECOND</strong> |
| 180 | +<li>Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO SECOND |
182 | 181 | </li><li>Add support for year-month syntax, INTERVAL '50-6' YEAR TO MONTH |
183 | 182 | </li><li>For syntax that isn't uniquely ISO or PG syntax, like '1:30' or |
184 | 183 | '1', treat as ISO if there is a range specification clause, |
@@ -633,6 +632,7 @@ <h1><a name="section_12">Fsync</a></h1> |
633 | 632 | </li><li>Add an option to sync() before fsync()'ing checkpoint files |
634 | 633 | </li></ul> |
635 | 634 | <h1><aname="section_13">Cache</a></h1> |
| 635 | + |
636 | 636 | <ul> |
637 | 637 | <li>Allow free-behind capability for large sequential scans, perhaps using |
638 | 638 | posix_fadvise() |
|