Bug #818: There are no aggregate functions for type RELTIME - Mailing list pgsql-bugs

From pgsql-bugs@postgresql.org
Subject Bug #818: There are no aggregate functions for type RELTIME
Date
Msg-id 20021114135013.24B35476A4A@postgresql.org
Whole thread Raw
Responses Re: Bug #818: There are no aggregate functions for type RELTIME  (Tom Lane <tgl@sss.pgh.pa.us>)
答复: [BUGS] Bug #818: There are no aggregate functions for type RELTIME  ("William" <trustjiang@hotmail.com>)
List pgsql-bugs
Paul Mamin (magamos@mail.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

pgsql-bugs by date:

Previous
From: Nick Howden
Date:
Subject: Possible bug in query planner when using DISTINCT
Next
From: Tom Lane
Date:
Subject: Re: Bug #818: There are no aggregate functions for type RELTIME