pgsql: Update wording: < o Process mixed ANSI/PG syntax, and round - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: Update wording: < o Process mixed ANSI/PG syntax, and round
Date
Msg-id 20050323225702.A071053511@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Update wording:

<     o Process mixed ANSI/PG syntax, and round value to requested
<       precision or generate an error
<     o Interpret INTERVAL '1 year' MONTH as CAST (INTERVAL '1 year' AS
<       INTERVAL MONTH), and this should return '12 months'
194a191,194
>     o Interpret INTERVAL '1 year' MONTH as CAST (INTERVAL '1 year' AS
>       INTERVAL MONTH), and this should return '12 months'
>     o Round or truncate values to the requested precision, e.g.
>       INTERVAL '11 months' AS YEAR should return one or zero

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

pgsql-committers by date:

Previous
From: dfetter@pgfoundry.org (User Dfetter)
Date:
Subject: docbot - docbot: Small cleanups.
Next
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Revert changes to CREATE TRIGGER and ALTER TABLE ADD FOREIGN KEY