From 305c82e6bb7da21898761f337d5294627ee41902 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 25 Feb 2006 16:34:52 +0000 Subject: [PATCH] Add intervals: > o Allow infinite dates and intervals just like infinite timestamps --- doc/TODO | 4 ++-- doc/src/FAQ/TODO.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/TODO b/doc/TODO index bb5a0cea26..2a75f40870 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 Feb 24 22:40:15 EST 2006 +Last updated: Sat Feb 25 11:34:42 EST 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -205,7 +205,7 @@ Data Types * Dates and Times - o Allow infinite dates just like infinite timestamps + o Allow infinite dates and intervals just like infinite timestamps o Merge hardwired timezone names with the TZ database; allow either kind everywhere a TZ name is currently taken o Allow customization of the known set of TZ names (generalize the diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index a4687cb1ff..74acb265a4 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 Feb 24 22:40:15 EST 2006 +Last updated: Sat Feb 25 11:34:42 EST 2006

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

  • Dates and Times