pgsql: Update wording: < o Process mixed ANSI/PG syntax, and round

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update wording: < o Process mixed ANSI/PG syntax, and round
Date: 2005-03-23 22:57:02
Message-ID: 20050323225702.A071053511@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2005-03-24 00:03:37 pgsql: Revert changes to CREATE TRIGGER and ALTER TABLE ADD FOREIGN KEY
Previous Message User Dfetter 2005-03-23 22:03:07 docbot - docbot: Small cleanups.