aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-02-25 16:34:52 +0000
committerBruce Momjian <bruce@momjian.us>2006-02-25 16:34:52 +0000
commit305c82e6bb7da21898761f337d5294627ee41902 (patch)
treee74d53abd0beab294731d3bec01667e31629606b
parent8c71af130cd7df63f7e3dd2528c2d83ea04bfd59 (diff)
downloadpostgresql-305c82e6bb7da21898761f337d5294627ee41902.tar.gz
postgresql-305c82e6bb7da21898761f337d5294627ee41902.zip
Add intervals:
> o Allow infinite dates and intervals just like infinite timestamps
-rw-r--r--doc/TODO4
-rw-r--r--doc/src/FAQ/TODO.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/TODO b/doc/TODO
index bb5a0cea261..2a75f408708 100644
--- 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
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index a4687cb1ffb..74acb265a4c 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: 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