mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Add URL for ISO date/time syntax:
> > http://archives.postgresql.org/pgsql-hackers/2006-01/msg00250.php >
This commit is contained in:
parent
28b0d6bf62
commit
cfe71bd35d
5
doc/TODO
5
doc/TODO
@ -2,7 +2,7 @@
|
|||||||
PostgreSQL TODO List
|
PostgreSQL TODO List
|
||||||
====================
|
====================
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
Last updated: Fri Jun 16 00:04:49 EDT 2006
|
Last updated: Fri Jun 16 12:59:22 EDT 2006
|
||||||
|
|
||||||
The most recent version of this document can be viewed at
|
The most recent version of this document can be viewed at
|
||||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||||
@ -255,6 +255,9 @@ Data Types
|
|||||||
o Fix interval display to support values exceeding 2^31 hours
|
o Fix interval display to support values exceeding 2^31 hours
|
||||||
o Add overflow checking to timestamp and interval arithmetic
|
o Add overflow checking to timestamp and interval arithmetic
|
||||||
o Add ISO INTERVAL handling
|
o Add ISO INTERVAL handling
|
||||||
|
|
||||||
|
http://archives.postgresql.org/pgsql-hackers/2006-01/msg00250.php
|
||||||
|
|
||||||
o -Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO
|
o -Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO
|
||||||
SECOND
|
SECOND
|
||||||
o Support ISO INTERVAL syntax if units cannot be determined from
|
o Support ISO INTERVAL syntax if units cannot be determined from
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
||||||
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
<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/>
|
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
||||||
Last updated: Fri Jun 16 00:04:49 EDT 2006
|
Last updated: Fri Jun 16 12:59:22 EDT 2006
|
||||||
</p>
|
</p>
|
||||||
<p>The most recent version of this document can be viewed at<br/>
|
<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>.
|
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
||||||
@ -233,7 +233,11 @@ first.
|
|||||||
</li><li>Fix interval display to support values exceeding 2^31 hours
|
</li><li>Fix interval display to support values exceeding 2^31 hours
|
||||||
</li><li>Add overflow checking to timestamp and interval arithmetic
|
</li><li>Add overflow checking to timestamp and interval arithmetic
|
||||||
</li><li>Add ISO INTERVAL handling
|
</li><li>Add ISO INTERVAL handling
|
||||||
<ul>
|
</li></ul>
|
||||||
|
</li></ul>
|
||||||
|
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-01/msg00250.php">http://archives.postgresql.org/pgsql-hackers/2006-01/msg00250.php</a>
|
||||||
|
</p>
|
||||||
|
<ul>
|
||||||
<li>-<em>Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO </em>
|
<li>-<em>Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO </em>
|
||||||
SECOND
|
SECOND
|
||||||
</li><li>Support ISO INTERVAL syntax if units cannot be determined from
|
</li><li>Support ISO INTERVAL syntax if units cannot be determined from
|
||||||
@ -263,9 +267,8 @@ first.
|
|||||||
</li><li>Round or truncate values to the requested precision, e.g.
|
</li><li>Round or truncate values to the requested precision, e.g.
|
||||||
INTERVAL '11 months' AS YEAR should return one or zero
|
INTERVAL '11 months' AS YEAR should return one or zero
|
||||||
</li><li>Support precision, CREATE TABLE foo (a INTERVAL MONTH(3))
|
</li><li>Support precision, CREATE TABLE foo (a INTERVAL MONTH(3))
|
||||||
</li></ul>
|
<ul>
|
||||||
</li></ul>
|
<li>Arrays
|
||||||
</li><li>Arrays
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>-<em>Allow NULLs in arrays</em>
|
<li>-<em>Allow NULLs in arrays</em>
|
||||||
</li><li>Delay resolution of array expression's data type so assignment
|
</li><li>Delay resolution of array expression's data type so assignment
|
||||||
@ -285,6 +288,7 @@ first.
|
|||||||
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2005-09/msg00781.php">http://archives.postgresql.org/pgsql-hackers/2005-09/msg00781.php</a>
|
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2005-09/msg00781.php">http://archives.postgresql.org/pgsql-hackers/2005-09/msg00781.php</a>
|
||||||
</p>
|
</p>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
|
</li></ul>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
<h1><a name="section_5">Functions</a></h1>
|
<h1><a name="section_5">Functions</a></h1>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user