pgsql: Update wording: < o Process mixed ANSI/PG syntax, and round
Started by Bruce Momjianover 21 years ago1 messagescomitters
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)