]> granicus.if.org Git - postgresql/commit
Update wording:
authorBruce Momjian <bruce@momjian.us>
Wed, 23 Mar 2005 22:57:02 +0000 (22:57 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 23 Mar 2005 22:57:02 +0000 (22:57 +0000)
commit8abba638599113e8c742c6f97a204c625db36b43
tree639fb1aadfc61c963c046a40943548b4cbf94df8
parentd5dd9dbbfe68962c67a40fa9bc08678d83777a2c
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
doc/TODO