From a859695b7e5be1ebdda58a7253a5458d8b958d20 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 25 Jul 2006 04:11:24 +0000 Subject: [PATCH] Done: > o -Allow customization of the known set of TZ names (generalize the --- 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 294939fa75..5193b155a3 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Tue Jul 18 14:20:41 EDT 2006 +Last updated: Tue Jul 25 00:11:20 EDT 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -242,7 +242,7 @@ Data Types 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 + o -Allow customization of the known set of TZ names (generalize the present australian_timezones hack) o Allow TIMESTAMP WITH TIME ZONE to store the original timezone information, either zone name or offset from UTC [timezone] diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index ba5be9c787..9ddd24a2f7 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Tue Jul 18 14:20:41 EDT 2006 +Last updated: Tue Jul 25 00:11:20 EDT 2006

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

  • Allow infinite dates and intervals just like infinite timestamps
  • Merge hardwired timezone names with the TZ database; allow either kind everywhere a TZ name is currently taken -
  • Allow customization of the known set of TZ names (generalize the +
  • -Allow customization of the known set of TZ names (generalize the present australian_timezones hack)
  • Allow TIMESTAMP WITH TIME ZONE to store the original timezone information, either zone name or offset from UTC [timezone]