Re: [BUGS] BUG #8361: 9.3~beta2-2: Wrong `interval' format with aggregate functions.

2013-08-03 Thread Tom Lane
jbg...@lug-owl.de writes: > I just found intervals that are shown with more than 24 hours in the `hours' > field. This is not erroneous. "24 hours" is not necessarily equivalent to "1 day", so the interval type doesn't automatically transpose one to the other. If you want that sort of conversion

[BUGS] BUG #8361: 9.3~beta2-2: Wrong `interval' format with aggregate functions.

2013-08-03 Thread jbglaw
The following bug has been logged on the website: Bug reference: 8361 Logged by: Jan-Benedict Glaw Email address: jbg...@lug-owl.de PostgreSQL version: Unsupported/Unknown Operating system: Debian unstable/experimental Description: Hi! I just found intervals that ar