pgsql: Change ANSI to ISO standard: < * Add ANSI INTERVAL handling > * - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: Change ANSI to ISO standard: < * Add ANSI INTERVAL handling > *
Date
Msg-id 20050324021107.44D1C5352B@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Change ANSI to ISO standard:

< * Add ANSI INTERVAL handling
> * Add ISo INTERVAL handling
<     o Interpret syntax that isn't uniquely ANSI or PG, like '1:30' or
<       '1' as ANSI syntax, e.g. interpret '1:30' MINUTE TO SECOND as
>     o Interpret syntax that isn't uniquely ISO or PG, like '1:30' or
>       '1' as ISO syntax, e.g. interpret '1:30' MINUTE TO SECOND as
649c649
< * Add pre-parsing phase that converts non-ANSI syntax to supported
> * Add pre-parsing phase that converts non-ISO syntax to supported

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.1482 -> r1.1483)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1482&r2=1.1483)

pgsql-committers by date:

Previous
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Revert changes to CREATE TRIGGER and ALTER TABLE ADD FOREIGN KEY
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add missing error checking in readdir() loops.