Bug #818: There are no aggregate functions for type RELTIME

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug #818: There are no aggregate functions for type RELTIME
Date: 2002-11-14 13:50:13
Message-ID: 20021114135013.24B35476A4A@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2002-11-14 14:16:13 Re: Bug #818: There are no aggregate functions for type RELTIME
Previous Message Попов Андрей 2002-11-14 08:40:53 I have problem with Postgres.