diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/TODO.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 3b605f58ac4..30ca6188a8d 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <h1><a name="section_1">PostgreSQL TODO List</a></h1> <p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> -Last updated: Fri Sep 16 13:37:02 EDT 2005 +Last updated: Fri Sep 16 15:39:22 EDT 2005 </p> <p>The most recent version of this document can be viewed at<br/> <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. @@ -193,6 +193,7 @@ first. computations should adjust based on the time zone rules. </p> </li><li>Fix SELECT '0.01 years'::interval, '0.01 months'::interval + </li><li>Fix SELECT INTERVAL '1' MONTH </li><li>Add ISO INTERVAL handling <ul> <li>Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO |