答复: [BUGS] Bug #818: There are no aggregate functions for type RELTIME

From: "William" <trustjiang(at)hotmail(dot)com>
To: <magamos(at)mail(dot)ru>, <pgsql-bugs(at)postgresql(dot)org>
Subject: 答复: [BUGS] Bug #818: There are no aggregate functions for type RELTIME
Date: 2002-11-14 14:59:29
Message-ID: 000a01c28bee$6ed95790$0b9e6f0a@heros
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


it has already been fixed in 7.3b2
-----邮件原件-----
发件人: pgsql-bugs-owner(at)postgresql(dot)org
[mailto:pgsql-bugs-owner(at)postgresql(dot)org] 代表 pgsql-bugs(at)postgresql(dot)org
发送时间: 2002年11月14日 21:50
收件人: pgsql-bugs(at)postgresql(dot)org
主题: [BUGS] Bug #818: There are no aggregate functions for type RELTIME

Paul Mamin (magamos(at)mail(dot)ru) reports a bug with a severity of 4 The
lower the number the more severe it is.

Short Description
There are no aggregate functions for type RELTIME

Long Description
create table a (b reltime);
insert into a values ('00:02:00');
select sum(b) from a;
sum
-----
120

select min(b) from a;
min
-----
120

Linux, PostgreSQL 7.2.3

Sample Code

No file was uploaded with this report

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2002-11-14 19:25:33 Re: Possible bug in query planner when using DISTINCT
Previous Message Tom Lane 2002-11-14 14:16:13 Re: Bug #818: There are no aggregate functions for type RELTIME