mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add intervals:
> o Allow infinite dates and intervals just like infinite timestamps
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user