diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-03-23 05:42:40 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-03-23 05:42:40 +0000 |
commit | 3113d38bec60d599c04b8379165788972bdd69dc (patch) | |
tree | 480e4286976d860e7f8be9446cd1e085df16fa0e /src/backend/commands/trigger.c | |
parent | e96ab26277a628cb844e3edb98a687fb68234c7a (diff) | |
download | postgresql-3113d38bec60d599c04b8379165788972bdd69dc.tar.gz postgresql-3113d38bec60d599c04b8379165788972bdd69dc.zip |
Add INTERVAL items:
> * Add support for ANSI time INTERVAL syntax, INTERVAL '1 2:03:04' DAY TO SECOND
> * Add support for ANSI date INTERVAL syntax, INTERVAL '1-2' YEAR TO MONTH
> * Process mixed ANSI/PG INTERVAL syntax, and round value to requested precision
184a188,189
> Interpret INTERVAL '1 year' MONTH as CAST (INTERVAL '1 year' AS INTERVAL
> MONTH), and this should return '12 months'
Diffstat (limited to 'src/backend/commands/trigger.c')
0 files changed, 0 insertions, 0 deletions