From 764160dc3db10420895c70fa1041fe8e1fd2cf34 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 11 Jan 2007 04:27:29 +0000 Subject: Add: > o Extend timezone code to allow 64-bit values so we can > represent years beyond 2038 > > http://archives.postgresql.org/pgsql-hackers/2006-09/msg01363.php > --- doc/src/FAQ/TODO.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index e695fa137ae..467630798b6 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Wed Jan 10 22:00:59 EST 2007 +Last updated: Wed Jan 10 23:27:27 EST 2007

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -221,6 +221,10 @@ first.

  • Fix interval display to support values exceeding 2^31 hours
  • Add overflow checking to timestamp and interval arithmetic +
  • Extend timezone code to allow 64-bit values so we can + represent years beyond 2038 +

    http://archives.postgresql.org/pgsql-hackers/2006-09/msg01363.php +

  • Add ISO INTERVAL handling
  • -- cgit v1.2.3