summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian2007-04-02 22:46:10 +0000
committerBruce Momjian2007-04-02 22:46:10 +0000
commit3a7d66b48a101e7ac4b85c332b2b87d24ecb6d84 (patch)
tree5205e8c7cc09eeb8932102ed1e857d5745a04c19 /doc/src
parentf16f89a616da9d4045e7bea7cc3fd057b83d30fd (diff)
Add:
> o Have timestamp subtraction not call justify_hours()? > > http://archives.postgresql.org/pgsql-sql/2006-10/msg00059.php > < o Add overflow checking to timestamp and interval arithmetic > o Add overflow checking to timestamp and interval arithmetic
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/TODO.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index b2b93fad0c8..5f62745faa2 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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
-Last updated: Mon Apr 2 17:27:56 EDT 2007
+Last updated: Mon Apr 2 18:46:07 EDT 2007
</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>.
@@ -214,6 +214,9 @@ first. There is also a developer's wiki at<br/>
</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
format
+ </li><li>Have timestamp subtraction not call justify_hours()?
+<p> <a href="http://archives.postgresql.org/pgsql-sql/2006-10/msg00059.php">http://archives.postgresql.org/pgsql-sql/2006-10/msg00059.php</a>
+</p>
</li><li>Improve timestamptz subtraction to be DST-aware
<p> Currently subtracting one date from another that crosses a
daylight savings time adjustment can return '1 day 1 hour', but
@@ -223,7 +226,7 @@ first. There is also a developer's wiki at<br/>
if daylight savings adjustments are involved.
</p>
</li><li>Fix interval display to support values exceeding 2^31 hours
- </li><li>Add overflow checking to timestamp and interval arithmetic
+ </li><li>Add overflow checking to timestamp and interval arithmetic
</li><li>Extend timezone code to allow 64-bit values so we can
represent years beyond 2038
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-09/msg01363.php">http://archives.postgresql.org/pgsql-hackers/2006-09/msg01363.php</a>