Re: BUG #2093: SUM of timeintervals, no problems in 8.0.3 - Mailing list pgsql-bugs

From Alvaro Herrera
Subject Re: BUG #2093: SUM of timeintervals, no problems in 8.0.3
Date
Msg-id 20051205134249.GD6049@surnet.cl
Whole thread Raw
In response to BUG #2093: SUM of timeintervals, no problems in 8.0.3  ("Björn Sjölenius" <salvium@gmail.com>)
List pgsql-bugs
Björn Sjölenius wrote:

> The result I get;
>  nick |      time
> ------+----------------
>  apa  | 1 day 69:00:00
>
>
> Expected result is what 8.0.3 give me;
>  nick |      time
> ------+----------------
>  apa  | 3 days 21:00:00

Actually this is expected.  8.1 groups hours and days separately,
because there is no way to know if 1 day means 23, 24 or 25 hours (or
even a fractional number like 24.5) in the presence of a daylight-saving
switch event.  So "1 day 69 hours" is actually more correct.

There is a function to convert to the older format:

alvherre=# select justify_hours('1 day 69:00:00');
  justify_hours
-----------------
 3 days 21:00:00
(1 fila)

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

pgsql-bugs by date:

Previous
From: "Björn Sjölenius"
Date:
Subject: BUG #2093: SUM of timeintervals, no problems in 8.0.3
Next
From: "Hans Schlüper"
Date:
Subject: BUG #2094: AIX: libraries contain the symbol main