From cfe71bd35dc734a81bd2270787a5afe985df557e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 16 Jun 2006 16:59:30 +0000 Subject: [PATCH] Add URL for ISO date/time syntax: > > http://archives.postgresql.org/pgsql-hackers/2006-01/msg00250.php > --- doc/TODO | 5 ++++- doc/src/FAQ/TODO.html | 46 +++++++++++++++++++++++-------------------- 2 files changed, 29 insertions(+), 22 deletions(-) diff --git a/doc/TODO b/doc/TODO index a281e0e5a7..785a1b816e 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 f30b940c3a..1d2236ed78 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