it has already been fixed in 7.3b2
-----�ʼ�ԭ��-----
������: [EMAIL PROTECTED]
[mailto:pgsql-bugs-owner@;postgresql.org] ���� [EMAIL PROTECTED]
����ʱ��: 2002��11��14�� 21:50
�ռ���: [EMAIL PROTECTED]
����: [BUGS] Bug #818: There are no aggregate functions for type RELTIME
Paul Mamin ([EMAIL PROTECTED]) 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
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster