From 51dfe351210b922e6b4a91a5abc8e7587efd63aa Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 7 Jun 2006 22:31:38 +0000 Subject: [PATCH] Done: < o Allow timezone names in SQL strings, '2006-05-24 21:11 > o -Allow timezone names in SQL strings, '2006-05-24 21:11 --- 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 fa3e2f4cf4..162bd6c8ce 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: Wed Jun 7 16:38:59 EDT 2006 +Last updated: Wed Jun 7 18:31:32 EDT 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -231,7 +231,7 @@ Data Types If the TIMESTAMP value is stored with a time zone name, interval computations should adjust based on the time zone rules. - o Allow timezone names in SQL strings, '2006-05-24 21:11 + o -Allow timezone names in SQL strings, '2006-05-24 21:11 Americas/New_York'::timestamptz o Fix SELECT '0.01 years'::interval, '0.01 months'::interval o Add a GUC variable to allow output of interval values in ISO8601 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 6422a53167..049191731f 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: Wed Jun 7 16:38:59 EDT 2006 +Last updated: Wed Jun 7 18:31:32 EDT 2006

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

If the TIMESTAMP value is stored with a time zone name, interval computations should adjust based on the time zone rules.

-
  • Allow timezone names in SQL strings, '2006-05-24 21:11 +
  • -Allow timezone names in SQL strings, '2006-05-24 21:11 Americas/New_York'::timestamptz
  • Fix SELECT '0.01 years'::interval, '0.01 months'::interval
  • Add a GUC variable to allow output of interval values in ISO8601