pgsql: Change ANSI to ISO standard: < * Add ANSI INTERVAL handling > *

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Change ANSI to ISO standard: < * Add ANSI INTERVAL handling > *
Date: 2005-03-24 02:11:07
Message-ID: 20050324021107.44D1C5352B@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-03-24 02:11:21 pgsql: Add missing error checking in readdir() loops.
Previous Message Neil Conway 2005-03-24 00:03:37 pgsql: Revert changes to CREATE TRIGGER and ALTER TABLE ADD FOREIGN KEY