Add intervals:

> 	o Allow infinite dates and intervals just like infinite timestamps
This commit is contained in:
Bruce Momjian 2006-02-25 16:34:52 +00:00
parent 8c71af130c
commit 305c82e6bb
2 changed files with 4 additions and 4 deletions

View file

@ -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

View 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