diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-06-07 22:31:38 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-06-07 22:31:38 +0000 |
commit | 51dfe351210b922e6b4a91a5abc8e7587efd63aa (patch) | |
tree | 7ffbf103642ad1abf9ac1b473c320e1b39f9397b /doc/src | |
parent | 399a36a75d2d06bfdb91402713d408271b4833ba (diff) | |
download | postgresql-51dfe351210b922e6b4a91a5abc8e7587efd63aa.tar.gz postgresql-51dfe351210b922e6b4a91a5abc8e7587efd63aa.zip |
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/TODO.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 6422a53167f..049191731fb 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <h1><a name="section_1">PostgreSQL TODO List</a></h1> <p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> -Last updated: Wed Jun 7 16:38:59 EDT 2006 +Last updated: Wed Jun 7 18:31:32 EDT 2006 </p> <p>The most recent version of this document can be viewed at<br/> <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. @@ -212,7 +212,7 @@ first. <p> If the TIMESTAMP value is stored with a time zone name, interval computations should adjust based on the time zone rules. </p> - </li><li>Allow timezone names in SQL strings, '2006-05-24 21:11 + </li><li>-<em>Allow timezone names in SQL strings, '2006-05-24 21:11</em> Americas/New_York'::timestamptz </li><li>Fix SELECT '0.01 years'::interval, '0.01 months'::interval </li><li>Add a GUC variable to allow output of interval values in ISO8601 |