1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00
> 	o Fix SELECT INTERVAL '1' MONTH
This commit is contained in:
Bruce Momjian
2005-09-16 19:39:25 +00:00
parent d5eab81313
commit e8960fc34f
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Fri Sep 16 13:37:02 EDT 2005
Last updated: Fri Sep 16 15:39:22 EDT 2005
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@ -209,6 +209,7 @@ Data Types
computations should adjust based on the time zone rules.
o Fix SELECT '0.01 years'::interval, '0.01 months'::interval
o Fix SELECT INTERVAL '1' MONTH
o Add ISO INTERVAL handling
o Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO
SECOND