Description
select date '2011-11-11' + interval 12 hours;
Previously returned the date type, now it returns the timestamp type.
select date '2011-11-11' + interval 12 hours;
Previously returned the date type, now it returns the timestamp type.