Re: [BUGS] Strange results with interval types computations

2001-01-14 Thread Tom Lane
[EMAIL PROTECTED] writes: > ez_money=> select '10/01/2000'::date+'1 month'::interval; > ?column? > -- > 2000-10-31 23:00:00+01 > (1 row) DST transition problem. It's fixed in current sources. regards, tom lane

[BUGS] Strange results with interval types computations

2001-01-14 Thread pgsql-bugs
Laurent HERVE ([EMAIL PROTECTED]) reports a bug with a severity of 3 The lower the number the more severe it is. Short Description Strange results with interval types computations Long Description Look at those two queries : ez_money=> select '10/01/2000'::date+'1 month'::interval; ?column? ---