[EMAIL PROTECTED] writes:
> The query does an avg on an interval column and now gets the error:
> ERROR: Bad interval external representation '0'
Sorry about that :-(. A last-minute tightening of the allowed input
formats for interval broke avg(interval), but you're the first one to
notice.
I
Jeremy Blumenfeld ([EMAIL PROTECTED]) reports a bug with a severity of 1
The lower the number the more severe it is.
Short Description
Problems with avg on interval data type
Long Description
We have recently upgraded from 7.0.3 to 7.1 and a query which used to work is no
longer working.
The qu