pgsql: Add INTERVAL items: > * Add support for ANSI time INTERVAL - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: Add INTERVAL items: > * Add support for ANSI time INTERVAL
Date
Msg-id 20050323054241.5FEE353206@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add INTERVAL items:

> * Add support for ANSI time INTERVAL syntax, INTERVAL '1 2:03:04' DAY TO SECOND
> * Add support for ANSI date INTERVAL syntax, INTERVAL '1-2' YEAR TO MONTH
> * Process mixed ANSI/PG INTERVAL syntax, and round value to requested precision
184a188,189
>   Interpret INTERVAL '1 year' MONTH as CAST (INTERVAL '1 year' AS INTERVAL
>   MONTH), and this should return '12 months'

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.1473 -> r1.1474)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1473&r2=1.1474)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Remove duplicate: < * Allow a warm standby system to also allow
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add: > > * Interpret INTERVAL '1:30' MINUTE TO SECOND as '1