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

2002-11-15 Thread William
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

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

2002-11-14 Thread Tom Lane
[EMAIL PROTECTED] writes: > There are no aggregate functions for type RELTIME Use type INTERVAL. Reltime is obsolescent. regards, tom lane ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregiste

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

2002-11-14 Thread pgsql-bugs
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