diff --git a/doc/TODO b/doc/TODO index a281e0e5a7a..785a1b816ea 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Fri Jun 16 00:04:49 EDT 2006 +Last updated: Fri Jun 16 12:59:22 EDT 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -255,6 +255,9 @@ Data Types o Fix interval display to support values exceeding 2^31 hours o Add overflow checking to timestamp and interval arithmetic o Add ISO INTERVAL handling + + http://archives.postgresql.org/pgsql-hackers/2006-01/msg00250.php + o -Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO SECOND o Support ISO INTERVAL syntax if units cannot be determined from diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index f30b940c3a2..1d2236ed78f 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Fri Jun 16 00:04:49 EDT 2006 +Last updated: Fri Jun 16 12:59:22 EDT 2006

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -233,10 +233,14 @@ first.

  • Fix interval display to support values exceeding 2^31 hours
  • Add overflow checking to timestamp and interval arithmetic
  • Add ISO INTERVAL handling - +
  • +

    http://archives.postgresql.org/pgsql-hackers/2006-01/msg00250.php +

    + - -
  • Arrays +
  • Support precision, CREATE TABLE foo (a INTERVAL MONTH(3))
  • Functions