aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-07-10 05:06:42 +0000
committerBruce Momjian <bruce@momjian.us>2005-07-10 05:06:42 +0000
commit42e7b0f02fe1975a03853190bd9211a6faf22c84 (patch)
tree9ac35952608fbebe874fb1890327f6420ba1d561 /doc/src
parent37f11c308136b64f521abfb87bdebd3f9df7b9e9 (diff)
downloadpostgresql-42e7b0f02fe1975a03853190bd9211a6faf22c84.tar.gz
postgresql-42e7b0f02fe1975a03853190bd9211a6faf22c84.zip
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.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/TODO.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index cc2de96c9b7..0a67c5ee35c 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: Thu Jul 7 22:44:34 EDT 2005
+Last updated: Sun Jul 10 01:06:40 EDT 2005
</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>.
@@ -176,9 +176,7 @@ first.
</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>]
<p> If the TIMESTAMP value is stored with a time zone name, interval
- 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.
</p>
</li><li>Add ISO INTERVAL handling
<ul>