diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-03-23 22:57:02 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-03-23 22:57:02 +0000 |
commit | 8abba638599113e8c742c6f97a204c625db36b43 (patch) | |
tree | 639fb1aadfc61c963c046a40943548b4cbf94df8 /src/backend/commands/trigger.c | |
parent | d5dd9dbbfe68962c67a40fa9bc08678d83777a2c (diff) | |
download | postgresql-8abba638599113e8c742c6f97a204c625db36b43.tar.gz postgresql-8abba638599113e8c742c6f97a204c625db36b43.zip |
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
Diffstat (limited to 'src/backend/commands/trigger.c')
0 files changed, 0 insertions, 0 deletions