|
8 | 8 | <bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
|
9 | 9 | <h1><aname="section_1">PostgreSQL TODO List</a></h1>
|
10 | 10 | <p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
11 |
| -Last updated:Thu Jul 7 22:44:34 EDT 2005 |
| 11 | +Last updated:Sun Jul10 01:06:40 EDT 2005 |
12 | 12 | </p>
|
13 | 13 | <p>The most recent version of this document can be viewed at<br/>
|
14 | 14 | <ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
@@ -176,9 +176,7 @@ <h1><a name="section_4">Data Types</a></h1>
|
176 | 176 | </li><li>Allow TIMESTAMP WITH TIME ZONE to store the original timezone
|
177 | 177 | information, either zone name or offset from UTC [<ahref="http://momjian.postgresql.org/cgi-bin/pgtodo?timezone">timezone</a>]
|
178 | 178 | <p> If the TIMESTAMP value is stored with a time zone name, interval
|
179 |
| - computations should adjust based on the time zone rules, e.g. |
180 |
| - adding 24 hours to a timestamp would yield a different result from |
181 |
| - adding one day. |
| 179 | + computations should adjust based on the time zone rules. |
182 | 180 | </p>
|
183 | 181 | </li><li>Add ISO INTERVAL handling
|
184 | 182 | <ul>
|
|