]> granicus.if.org Git - postgresql/commitdiff
Add intervals:
authorBruce Momjian <bruce@momjian.us>
Sat, 25 Feb 2006 16:34:52 +0000 (16:34 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 25 Feb 2006 16:34:52 +0000 (16:34 +0000)
>  o Allow infinite dates and intervals just like infinite timestamps

doc/TODO
doc/src/FAQ/TODO.html

index bb5a0cea261b502f45bf90d738a3da81c876ef63..2a75f4087083ce9d3a44290c709edfe885897539 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated:          Fri Feb 24 22:40:15 EST 2006
+Last updated:          Sat Feb 25 11:34:42 EST 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -205,7 +205,7 @@ Data Types
 
 * Dates and Times
 
-       o Allow infinite dates just like infinite timestamps
+       o Allow infinite dates and intervals just like infinite timestamps
        o Merge hardwired timezone names with the TZ database; allow either 
          kind everywhere a TZ name is currently taken
        o Allow customization of the known set of TZ names (generalize the
index a4687cb1ffb2a08d32b9f69dee5d24bd9cbeff3a..74acb265a4c956304769fb9eee744f076ef52836 100644 (file)
@@ -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:           Fri Feb 24 22:40:15 EST 2006
+Last updated:           Sat Feb 25 11:34:42 EST 2006
 </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>.
@@ -189,7 +189,7 @@ first.
   time
   </li><li>Dates and Times
   <ul>
-    <li>Allow infinite dates just like infinite timestamps
+    <li>Allow infinite dates and intervals just like infinite timestamps
     </li><li>Merge hardwired timezone names with the TZ database; allow either 
           kind everywhere a TZ name is currently taken
     </li><li>Allow customization of the known set of TZ names (generalize the