Commit 42e7b0f0 authored by Bruce Momjian's avatar Bruce Momjian

Update.

< 	  computations should adjust based on the time zone rules, e.g.
< 	  adding 24 hours to a timestamp would yield a different result from
< 	  adding one day.
<
> 	  computations should adjust based on the time zone rules.
parent 37f11c30
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
PostgreSQL TODO List PostgreSQL TODO List
==================== ====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Thu Jul 7 22:44:34 EDT 2005 Last updated: Sun Jul 10 01:06:40 EDT 2005
The most recent version of this document can be viewed at The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. http://www.postgresql.org/docs/faqs.TODO.html.
...@@ -188,10 +188,7 @@ Data Types ...@@ -188,10 +188,7 @@ Data Types
information, either zone name or offset from UTC [timezone] information, either zone name or offset from UTC [timezone]
If the TIMESTAMP value is stored with a time zone name, interval If the TIMESTAMP value is stored with a time zone name, interval
computations should adjust based on the time zone rules, e.g. computations should adjust based on the time zone rules.
adding 24 hours to a timestamp would yield a different result from
adding one day.
o Add ISO INTERVAL handling o Add ISO INTERVAL handling
o Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO o Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1> <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/> <p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
Last updated: Thu Jul 7 22:44:34 EDT 2005 Last updated: Sun Jul 10 01:06:40 EDT 2005
</p> </p>
<p>The most recent version of this document can be viewed at<br/> <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>. <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
...@@ -176,9 +176,7 @@ first. ...@@ -176,9 +176,7 @@ first.
</li><li>Allow TIMESTAMP WITH TIME ZONE to store the original timezone </li><li>Allow TIMESTAMP WITH TIME ZONE to store the original timezone
information, either zone name or offset from UTC [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?timezone">timezone</a>] information, either zone name or offset from UTC [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?timezone">timezone</a>]
<p> If the TIMESTAMP value is stored with a time zone name, interval <p> If the TIMESTAMP value is stored with a time zone name, interval
computations should adjust based on the time zone rules, e.g. computations should adjust based on the time zone rules.
adding 24 hours to a timestamp would yield a different result from
adding one day.
</p> </p>
</li><li>Add ISO INTERVAL handling </li><li>Add ISO INTERVAL handling
<ul> <ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment